Skip to content

Commit

Permalink
Merge pull request #26 from scop/dont-install-tests
Browse files Browse the repository at this point in the history
Do not install tests
  • Loading branch information
jbarrancos committed Jul 8, 2021
2 parents 63be707 + fe47841 commit 5d332ea
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 @@ -46,7 +46,7 @@ def run_tests(self):
classifiers=[],
zip_safe=True,
cmdclass={"test": PyTest},
packages=find_packages(),
packages=find_packages(exclude=("test", "test.*")),
package_data={'': ['sipcommands.json']},
include_package_data=True,
)

0 comments on commit 5d332ea

Please sign in to comment.