Changeset 125:012e8c7bc4cd for setup.py

Show
Ignore:
Timestamp:
11/08/08 17:24:43 (3 years ago)
Author:
chris
Branch:
unix
Message:

update distutils files to pack the main runner and docs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • setup.py

    r124 r125  
    1414      url="http://www.cfreeze.com/trac/stormsiren/", 
    1515      license="BSD", 
    16       packages=['StormSiren'] 
     16      packages=[ 
     17                   'StormSiren' 
     18               ], 
     19      scripts=[ 
     20                       'StormSiren.py' 
     21              ] 
    1722     )