1
0
Fork 0

exclude *.pyc from sdist and lower python3-keyring to >= 11.0.0

This commit is contained in:
Dick Marinus 2018-07-14 09:41:54 +02:00
parent e9dfd5b532
commit c17bcd66c8
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
include LICENSE.txt AUTHORS changelog.rst
recursive-include tests *
recursive-include tests *.py *.txt *.feature *.ini

View File

@ -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'
]