Merge pull request #101 from basak/master
Fix test installation exclude
This commit is contained in:
commit
2b1b109aab
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ setup(
|
||||
license = 'Apache',
|
||||
author = 'Rackspace, based on work by Jacob Kaplan-Moss',
|
||||
author_email = 'github@racklabs.com',
|
||||
packages = find_packages(exclude=['tests']),
|
||||
packages = find_packages(exclude=['tests', 'tests.*']),
|
||||
classifiers = [
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
|
Loading…
x
Reference in New Issue
Block a user