Exclude tests from the sdist build, the "proper" way.

This commit is contained in:
Lance Edgar 2014-04-21 09:26:12 -07:00
parent cabfcc21a7
commit ce9c1af66e

View file

@ -176,7 +176,7 @@ setup(
test_suite = 'nose.collector', test_suite = 'nose.collector',
namespace_packages = ['rattail'], namespace_packages = ['rattail'],
packages = find_packages(), packages = find_packages(exclude=['tests.*', 'tests']),
include_package_data = True, include_package_data = True,
zip_safe = False, zip_safe = False,