Skip to content

Commit

Permalink
gzip rule set files for wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
David Miller committed Oct 17, 2022
1 parent 045fe0a commit 392cf17
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ def find_version(*file_paths):
scripts=[],
packages=find_packages(exclude=['tests*']),
package_data={
'botocore': ['cacert.pem', 'data/*.json', 'data/*/*.json'],
'botocore': [
'cacert.pem',
'data/*.json',
'data/*/*.json',
'data/*/*/*.json.gz',
],
'botocore.vendored.requests': ['*.pem'],
},
include_package_data=True,
Expand Down

0 comments on commit 392cf17

Please sign in to comment.