Skip to content

Commit

Permalink
Merge pull request #8 from RobRuana/ftobia-patch-1
Browse files Browse the repository at this point in the history
Fix for #7
  • Loading branch information
RobRuana committed Feb 28, 2017
2 parents 5b7e484 + a48409c commit 53815ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 53815ea

Please sign in to comment.