Skip to content

Commit

Permalink
setup.py: Remove test_responses.py
Browse files Browse the repository at this point in the history
test_responses.py is moved to MANIFEST.in to be included
in the sdist, without being an installation target.

Fixes #256
  • Loading branch information
jayvdb committed Mar 10, 2019
1 parent cb7c6d7 commit b9cc37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,2 +1,3 @@
include README.rst CHANGES LICENSE
include test_responses.py tox.ini
global-exclude *~
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -59,7 +59,7 @@ def run_tests(self):
url="https://github.com/getsentry/responses",
license="Apache 2.0",
long_description=open("README.rst").read(),
py_modules=["responses", "test_responses"],
py_modules=["responses"],
zip_safe=False,
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
install_requires=install_requires,
Expand Down

0 comments on commit b9cc37d

Please sign in to comment.