1
0
Fork 0

add python_requires constraint to setup.py (#1182)

This commit is contained in:
Georgy Frolov 2020-05-13 02:23:34 +03:00 committed by GitHub
parent b994c75701
commit bd705bd5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ setup(
long_description=open("README.rst").read(),
install_requires=install_requirements,
extras_require={"keyring": ["keyring >= 12.2.0"]},
python_requires=">=3.6",
entry_points="""
[console_scripts]
pgcli=pgcli.main:cli