Skip to content

Commit

Permalink
Merge pull request #227 from enthought/fix/remove-extraneous-installe…
Browse files Browse the repository at this point in the history
…d-files

Remove extraneous installed files
  • Loading branch information
mdickinson committed Jan 7, 2015
2 parents 0ec0cc7 + 7f23bdf commit 50f8484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -13,4 +13,5 @@ recursive-exclude examples *.pyc
include traits/ctraits.c
include traits/py2to3.h
include traits/protocols/README.txt
recursive-include fixers *.py
recursive-include traits *.py
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -140,11 +140,10 @@ def additional_commands():
'http://www.enthought.com/repo/ets/traits-%s.tar.gz' %
__version__),
ext_modules=[ctraits],
include_package_data=True,
license='BSD',
maintainer='ETS Developers',
maintainer_email='enthought-dev@enthought.com',
packages=find_packages(),
packages=find_packages(exclude=['fixers']),
platforms=["Windows", "Linux", "Mac OS-X", "Unix", "Solaris"],
zip_safe= False,
use_2to3=True,
Expand Down

0 comments on commit 50f8484

Please sign in to comment.