# HG changeset patch # User Iannis # Date 1512622478 -7200 # Node ID 7e2ab78dffd900f52673fb04d0ec1705af38176e # Parent c352254b46505f4cd1e75723df817e08baf821e5 Adding systems in setup.py. Is it needed? diff -r c352254b4650 -r 7e2ab78dffd9 setup.py --- 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,