setup.py

changeset 56
853ab74421c1
parent 55
e1961b511b3d
child 58
c97f146dfa32
equal deleted inserted replaced
55:e1961b511b3d 56:853ab74421c1
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/',

mercurial