Navigation Menu

Skip to content

Commit

Permalink
BUG: Remove extraneous package data declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkern committed Jun 4, 2011
1 parent 822442a commit 64b01b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -57,15 +57,14 @@
description = DOCLINES[1],
download_url = ('http://www.enthought.com/repo/ETS/TraitsGUI-%s.tar.gz' %
INFO['version']),
include_package_data = True,
install_requires = INFO['install_requires'],
license = 'BSD',
long_description = '\n'.join(DOCLINES[3:]),
maintainer = 'ETS Developers',
maintainer_email = 'enthought-dev@enthought.com',
name = 'pyface',
package_data = {
'': ['library/*', 'images/*'],
'': ['images/*'],
},
packages = find_packages(),
platforms = ["Windows", "Linux", "Mac OS-X", "Unix", "Solaris"],
Expand Down

0 comments on commit 64b01b6

Please sign in to comment.