Changeset 82
- Timestamp:
- 12/29/05 21:11:38 (3 years ago)
- Files:
-
- branches/timcommithook/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/timcommithook/setup.py
r54 r82 1 1 from setuptools import setup 2 2 setup(name='pyramid', 3 version='0. 1',3 version='0.2', 4 4 description='Pydotorg Website Build System', 5 5 author='Tim Parkin', … … 7 7 url='http://pyramid.pollenation.net', 8 8 packages=['pyramid'], 9 py_modules = ['lib/path'], 10 data_files=[('lib/pyramid/dependencies', ['lib/path.py'])], 11 scripts=['pyramid/pyramid','pyramid/instantwebserver'], 9 scripts=['pyramid/instantwebserver'], 12 10 )
