[setup] use new python requires metadata key (#8135)

This commit is contained in:
Daniel Vaz Gaspar 2019-08-28 18:12:46 +01:00 committed by Maxime Beauchemin
parent de6d963432
commit 6aa10dc016
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ setup(
"presto": ["pyhive[presto]>=0.4.0"],
"druid": ["pydruid==0.5.2", "requests==2.22.0"],
},
python_requires="~=3.6",
author="Apache Software Foundation",
author_email="dev@superset.incubator.apache.org",
url="https://superset.apache.org/",