diff options
author | Alexander Kapshuna <kapsh@kap.sh> | 2018-08-18 21:32:04 +0300 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-08-22 14:19:59 -0700 |
commit | 91460172bf72d0d474a4981e45335b656c095256 (patch) | |
tree | 0c6b41e4e4acc03252bed8195b1d118d5bf19caa /MANIFEST.in | |
parent | 5415c2943234e89671b834e901d323123df78d58 (diff) |
Add *.pub files to manifest
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index e718ea24..c13eb177 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include LICENSE test.py setup_helper.py recursive-include docs * -recursive-include tests *.py *.key +recursive-include tests *.py *.key *.pub recursive-include demos *.py *.key user_rsa_key user_rsa_key.pub |