Thu, 07 Dec 2017 06:54:38 +0200
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,