Merge pull request #101 from basak/master

Fix test installation exclude
This commit is contained in:
Josh Kearney 2011-09-01 13:07:37 -07:00
commit 2b1b109aab
1 changed files with 1 additions and 1 deletions

View File

@ -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',