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