Skip to content

Commit

Permalink
Include our bundled cacert
Browse files Browse the repository at this point in the history
  • Loading branch information
joguSD committed Aug 20, 2018
1 parent 381d664 commit d7bf2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include README.rst
include LICENSE.txt
include requirements.txt
include botocore/cacert.pem
include botocore/vendored/requests/cacert.pem
recursive-include botocore/data *.json
graft docs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def find_version(*file_paths):
url='https://github.com/boto/botocore',
scripts=[],
packages=find_packages(exclude=['tests*']),
package_data={'botocore': ['data/*.json', 'data/*/*.json'],
package_data={'botocore': ['cacert.pem', 'data/*.json', 'data/*/*.json'],
'botocore.vendored.requests': ['*.pem']},
include_package_data=True,
install_requires=requires,
Expand Down

0 comments on commit d7bf2fb

Please sign in to comment.