Exclude tests from the sdist build, the "proper" way.
This commit is contained in:
parent
cabfcc21a7
commit
ce9c1af66e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -176,7 +176,7 @@ setup(
|
|||
test_suite = 'nose.collector',
|
||||
|
||||
namespace_packages = ['rattail'],
|
||||
packages = find_packages(),
|
||||
packages = find_packages(exclude=['tests.*', 'tests']),
|
||||
include_package_data = True,
|
||||
zip_safe = False,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue