Changeset 625:b9a610165faf
- Timestamp:
- 05/08/08 20:54:38 (2 years ago)
- Branch:
- default
- Convert:
- svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@692
- File:
-
- 1 edited
-
python/setup.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
python/setup.py
r570 r625 2 2 from sys import version_info 3 3 4 readme = file('../README','rb').read() 4 5 # Require ctypes egg only for Python < 2.5 5 6 install_requires = ['setuptools'] … … 21 22 setup(name = 'libLAS', 22 23 version = version, 23 description = 'LAS 1.0/1.1 LiDAR data format reader',24 description = 'LAS 1.0/1.1 LiDAR data format translation', 24 25 license = 'BSD', 25 26 keywords = 'DEM elevation LIDAR', … … 30 31 url = 'http://liblas.org', 31 32 data_files = data_files, 32 # long_description = readme_text,33 long_description = readme, 33 34 packages = ['liblas'], 34 35 install_requires = install_requires,
Note: See TracChangeset
for help on using the changeset viewer.
