Exclude 'tests' instead of 'test'. Sphinx-1.2.3 wheel package includes 'tests' directory. It might be happen by this wrong parameter.

This commit is contained in:
shimizukawa 2015-01-06 22:23:05 +09:00
parent d79bedb69a
commit ddb7c9945d

View File

@ -185,7 +185,7 @@ setup(
'Topic :: Utilities',
],
platforms='any',
packages=find_packages(exclude=['custom_fixers', 'test']),
packages=find_packages(exclude=['custom_fixers', 'tests']),
include_package_data=True,
entry_points={
'console_scripts': [