Changeset 82

Show
Ignore:
Timestamp:
12/29/05 21:11:38 (3 years ago)
Author:
tim
Message:

pyramid setup file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/timcommithook/setup.py

    r54 r82  
    11from setuptools import setup 
    22setup(name='pyramid', 
    3       version='0.1', 
     3      version='0.2', 
    44      description='Pydotorg Website Build System', 
    55      author='Tim Parkin', 
     
    77      url='http://pyramid.pollenation.net', 
    88      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'], 
    1210      )