We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a74972 commit 81ef6baCopy full SHA for 81ef6ba
MANIFEST.in
@@ -0,0 +1 @@
1
+graft tests/
setup.py
@@ -15,7 +15,7 @@
15
author_email="eric@ionrock.org",
16
url="https://github.com/ionrock/cachecontrol",
17
keywords="requests http caching web",
18
- packages=setuptools.find_packages(),
+ packages=setuptools.find_packages(exclude=["tests", "tests.*"]),
19
package_data={"": ["LICENSE.txt"]},
20
package_dir={"cachecontrol": "cachecontrol"},
21
include_package_data=True,
0 commit comments