diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-08-11 18:29:11 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-08-17 08:31:21 +0000 |
commit | c69a769824b61673ce986e71a73a86bf4c60bb83 (patch) | |
tree | e5915d39e5b36645ed6015bca8830f7ff6be7f66 | |
parent | 97c6ff8b1207b1c424fccf7f3311547505843b8a (diff) | |
download | buildstream-jjardon/pyproject.tar.gz |
setup.py: Use "python_requires"jjardon/pyproject
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -255,6 +255,7 @@ setup(name='BuildStream', os.path.join('buildstream', 'data', 'bst') ]) ], + python_requires='>=3.5', install_requires=[ 'setuptools', 'psutil', |