root/trunk/setup.py
| Revision 148, 389 bytes (checked in by tim, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #from setuptools import setup |
| 2 | from distutils.core import setup |
| 3 | setup(name='pyramid', |
| 4 | version='0.3.3', |
| 5 | description='Pydotorg Website Build System', |
| 6 | author='Tim Parkin', |
| 7 | author_email='timparkin@python.org', |
| 8 | url='http://pyramid.pollenation.net', |
| 9 | packages=['pyramid'], |
| 10 | scripts=['pyramid/instantwebserver','pyramid/pyramid','pyramid/mkpydir'], |
| 11 | ) |
Note: See TracBrowser for help on using the browser.
