Adding systems in setup.py. Is it needed?

Thu, 07 Dec 2017 06:54:38 +0200

author
Iannis <ulalume3@yahoo.com>
date
Thu, 07 Dec 2017 06:54:38 +0200
changeset 94
7e2ab78dffd9
parent 93
c352254b4650
child 95
efa2d8e1a2e5

Adding systems in setup.py. Is it needed?

setup.py file | annotate | diff | comparison | revisions
--- a/setup.py	Wed Dec 06 17:14:02 2017 +0200
+++ b/setup.py	Thu Dec 07 06:54:38 2017 +0200
@@ -31,7 +31,7 @@
 
 # Run setup
 setup(name='atmospheric_lidar',
-      packages=['atmospheric_lidar', 'atmospheric_lidar.scripts'],
+      packages=['atmospheric_lidar', 'atmospheric_lidar.scripts', 'atmospheric_lidar.systems'],
       version=find_version("atmospheric_lidar", "__init__.py"),
       description='Package for reading raw atmospheric lidar data.',
       long_description=long_description,

mercurial