Skip to content

Commit

Permalink
BUG: fixed package data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilan Schnell committed Sep 20, 2011
1 parent 474405d commit 675d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,12 +38,12 @@
'rested = rested.app:main',
],
},
include_package_data = True,
install_requires = info['__requires__'],
license = 'BSD',
#long_description = open('README.rst').read(),
maintainer = 'ETS Developers',
maintainer_email = 'enthought-dev@enthought.com',
package_data = dict(rested=['images/*', 'sphinx_default/*']),
packages = find_packages(),
platforms = ["Windows", "Linux", "Mac OS-X", "Unix", "Solaris"],
zip_safe = False,
Expand Down

0 comments on commit 675d502

Please sign in to comment.