Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
remove tests from package
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Jul 8, 2016
1 parent 430b21c commit a6035a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@

*.pyc
__pycache__
dist

.coverage
coverage.xml
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -5,3 +5,4 @@ include config_example.json

recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude tests *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@
description="Mozilla Signing Tool",
author="Release Engineers",
author_email="release+python@mozilla.com",
packages=find_packages(exclude="tests"),
packages=find_packages(),
test_suite='tests',
zip_safe=False,
license="MPL 2.0",
Expand Down

0 comments on commit a6035a8

Please sign in to comment.