Skip to content

Commit

Permalink
Add missing package_data from vendored pip 9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vphilippon committed Apr 15, 2018
1 parent 90b7ac2 commit ca0fd46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ def read_file(filename):
description=__doc__.strip(),
long_description=read_file('README.rst'),
packages=find_packages(exclude=['tests']),
package_data={
"piptools._vendored.pip._vendor.certifi": ["*.pem"],
"piptools._vendored.pip._vendor.requests": ["*.pem"],
"piptools._vendored.pip._vendor.distlib._backport": ["sysconfig.cfg"],
"piptools._vendored.pip._vendor.distlib": ["t32.exe", "t64.exe", "w32.exe", "w64.exe"],
},
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
setup_requires=['setuptools_scm'],
install_requires=[
Expand Down

0 comments on commit ca0fd46

Please sign in to comment.