root/tags/0.3/setup.py

Revision 115, 369 bytes (checked in by tim, 3 years ago)

updated setup.py tests and other stuff like encding issues

Line 
1 #from setuptools import setup
2 from distutils.core import setup
3 setup(name='pyramid',
4       version='0.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'],
11       )
Note: See TracBrowser for help on using the browser.