We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a860feb commit 7ad7f11Copy full SHA for 7ad7f11
MANIFEST.in
@@ -0,0 +1 @@
1
+include LICENSE.txt
setup.py
@@ -12,6 +12,9 @@
12
url='https://github.com/ionrock/cachecontrol',
13
keywords='requests http caching web',
14
packages=setuptools.find_packages(),
15
+ package_data={'': ['LICENSE.txt']},
16
+ package_dir={'cachecontrol': 'cachecontrol'},
17
+ include_package_data=True,
18
description='httplib2 caching for requests',
19
long_description=long_description,
20
install_requires=[
0 commit comments