summaryrefslogtreecommitdiffstats
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
parente9dfd5b5327f37ead99d18cb7ccf4e3d74609c14 (diff)
exclude *.pyc from sdist and lower python3-keyring to >= 11.0.0
-rw-r--r--MANIFEST.in2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 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
diff --git a/setup.py b/setup.py
index 7845724d..3e68ee44 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ install_requirements = [
'configobj >= 5.0.6',
'humanize >= 0.5.1',
'cli_helpers[styles] >= 1.0.1',
- 'keyring >= 12.2.0'
+ 'keyring >= 11.0.0'
]