Changeset 253

Show
Ignore:
Timestamp:
08/03/06 13:42:50 (2 years ago)
Author:
matt
Message:

Use the more inclusive (i.e. working ;-)) include_package_data setuptools
option to ensure that the css, js and html files are all included.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/setup.py

    r248 r253  
    88    author_email='matt@pollenation.net', 
    99    packages=find_packages(), 
    10     package_data={ 
    11         '': ['*.css', '*.html', '*.js'], 
    12         }, 
     10    include_package_data=True, 
    1311    zip_safe = True, 
    1412    )