Commit f41e32d76c15d2f2a2baf0291376cce5226fa8d2
Committed by
Claude Paroz
1 parent
282eb831
Stopped setup.py from packaging test submodules (#106)
Showing
2 changed files
with
4 additions
and
1 deletions
| ... | ... | @@ -38,7 +38,7 @@ setup( |
| 38 | 38 | 'Programming Language :: Python :: 3.3', |
| 39 | 39 | 'Programming Language :: Python :: 3.4', |
| 40 | 40 | ], |
| 41 | - packages=find_packages(exclude=['tests']), | |
| 41 | + packages=find_packages(exclude=['tests', 'tests.*']), | |
| 42 | 42 | include_package_data=True, |
| 43 | 43 | test_suite='tests.runtests.main', |
| 44 | 44 | install_requires=['Django>=1.7'] | ... | ... |
Please
register
or
login
to post a comment