Skip to content

Commit

Permalink
exclude tests module
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Dec 18, 2018
1 parent ac74bed commit 71bd362
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 @@ -29,7 +29,7 @@ def get_version(package):
description='Interoperate R with Python',
long_description=get_long_description(),
long_description_content_type="text/markdown",
packages=find_packages('.'),
packages=find_packages('.', exclude=["tests"]),
install_requires=[
"multipledispatch"
],
Expand Down

0 comments on commit 71bd362

Please sign in to comment.