setup.py

changeset 94
7e2ab78dffd9
parent 66
51b799247d67
child 101
3e97bd360eda
equal deleted inserted replaced
93:c352254b4650 94:7e2ab78dffd9
29 raise RuntimeError("Unable to find version string.") 29 raise RuntimeError("Unable to find version string.")
30 30
31 31
32 # Run setup 32 # Run setup
33 setup(name='atmospheric_lidar', 33 setup(name='atmospheric_lidar',
34 packages=['atmospheric_lidar', 'atmospheric_lidar.scripts'], 34 packages=['atmospheric_lidar', 'atmospheric_lidar.scripts', 'atmospheric_lidar.systems'],
35 version=find_version("atmospheric_lidar", "__init__.py"), 35 version=find_version("atmospheric_lidar", "__init__.py"),
36 description='Package for reading raw atmospheric lidar data.', 36 description='Package for reading raw atmospheric lidar data.',
37 long_description=long_description, 37 long_description=long_description,
38 url='https://bitbucket.org/iannis_b/atmospheric-lidar/', 38 url='https://bitbucket.org/iannis_b/atmospheric-lidar/',
39 author='Ioannis Binietoglou', 39 author='Ioannis Binietoglou',

mercurial