Skip to content

Commit

Permalink
Remove tests from python package
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Apr 5, 2022
1 parent 8895320 commit 7579bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,3 +1,3 @@
include README.rst
include CHANGELOG.md
include git_reviewers/py.typed
recursive-exclude git_reviewers/tests *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -59,7 +59,7 @@
cmdclass={},

package_data={"git_reviewers": ["py.typed"]},
packages=find_packages("git_reviewers", exclude=["tests"]),
packages=find_packages(exclude=["tests"]),

py_modules=["git_reviewers.reviewers"],

Expand Down

0 comments on commit 7579bac

Please sign in to comment.