Skip to content

Commit

Permalink
Merge pull request #2422 from wjv/fix_completion
Browse files Browse the repository at this point in the history
Install Jinja2 templates for click_completion
  • Loading branch information
techalchemy authored Jun 26, 2018
2 parents a2a1936 + a69ddb5 commit 2db0e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def run(self):
'': ['LICENSE', 'NOTICES'],
"pipenv.vendor.requests": ["*.pem"],
"pipenv.vendor.certifi": ["*.pem"],
"pipenv.vendor.click_completion": ["*.j2"],
"pipenv.patched.notpip._vendor.certifi": ["*.pem"],
"pipenv.patched.notpip._vendor.requests": ["*.pem"],
"pipenv.patched.notpip._vendor.distlib._backport": ["sysconfig.cfg"],
Expand Down

0 comments on commit 2db0e62

Please sign in to comment.