Changeset 860 for trunk/HOWTORELEASE.txt
- Timestamp:
- 08/19/08 01:07:20 (5 months ago)
- Files:
-
- 1 modified
-
trunk/HOWTORELEASE.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HOWTORELEASE.txt
r813 r860 25 25 26 26 - configure.ac 27 - nmake.opt28 - include/liblas/capi/las_config.h27 - include/liblas/capi/las_version.h 28 - python/setup.py 29 29 30 30 2) Update README to include any relevant info about the release that … … 44 44 45 45 :: 46 46 cd python 47 47 python setup.py bdist_wininst 48 48 python setup.py bdist_egg … … 54 54 # ensure a .pypirc file exists here with login info 55 55 set HOME=C:\Docume~1\hobu.FIRE-WINDOWS 56 c:\python24\python.exe setup.py register 56 57 c:\python24\python.exe setup.py sdist upload 57 58 c:\python24\python.exe setup.py bdist_wininst upload
