summaryrefslogtreecommitdiffstats
path: root/setup.py
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 /setup.py
parente9dfd5b5327f37ead99d18cb7ccf4e3d74609c14 (diff)
exclude *.pyc from sdist and lower python3-keyring to >= 11.0.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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'
]