summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDick Marinus <dick@mrns.nl>2018-07-14 09:41:54 +0200
committerDick Marinus <dick@mrns.nl>2018-07-14 09:41:54 +0200
commitc17bcd66c83e21bf591b469bc2763e4aaf110532 (patch)
tree3de4d15ef28c4c99a28103e3faef330d07f10376 /MANIFEST.in
parente9dfd5b5327f37ead99d18cb7ccf4e3d74609c14 (diff)
exclude *.pyc from sdist and lower python3-keyring to >= 11.0.0
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index be32b95d..1c5f697c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
include LICENSE.txt AUTHORS changelog.rst
-recursive-include tests *
+recursive-include tests *.py *.txt *.feature *.ini