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