Exclude tests from the sdist build, the "proper" way.
This commit is contained in:
parent
cabfcc21a7
commit
ce9c1af66e
2
setup.py
2
setup.py
|
@ -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,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue