From ddb7c9945dd988b2c29ff8cac1f35184a5be9d3e Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Tue, 6 Jan 2015 22:23:05 +0900 Subject: [PATCH] Exclude 'tests' instead of 'test'. Sphinx-1.2.3 wheel package includes 'tests' directory. It might be happen by this wrong parameter. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9872226ee..00affb13e 100644 --- a/setup.py +++ b/setup.py @@ -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': [