28 return version_match.group(1) |
28 return version_match.group(1) |
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_reader', |
33 setup(name='atmospheric_lidar', |
34 packages=['atmospheric_lidar', 'atmospheric_lidar.scripts'], |
34 packages=['atmospheric_lidar', 'atmospheric_lidar.scripts'], |
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/', |