Commit b46ddf39 authored by Christian Chapman-Bird's avatar Christian Chapman-Bird
Browse files

Remove erroneous package from setup.py

parent 17cbc742
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@ setup(
   description='Constraining the population of compact object masses in extreme mass ratio inspirals with LISA observations',
   author='Christian Chapman-Bird',
   author_email='c.chapman-bird.1@research.gla.ac.uk',
   packages=['pkg','pkg.nn','pkg.data_generation'],
   packages=['pkg','pkg.nn'],
   zip_safe=False,
)