Skip to content

Commit

Permalink
Fix for #7
Browse files Browse the repository at this point in the history
  • Loading branch information
ftobia committed Feb 28, 2017
1 parent 5b7e484 commit a48409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@
'Topic :: Utilities',
],
platforms='any',
packages=find_packages(),
packages=find_packages(exclude=['tests*']),
install_requires=reqs,
tests_require=test_reqs
)

0 comments on commit a48409c

Please sign in to comment.