Add metadata specifying that Python 3.5 and higher is required (#456).
This commit is contained in:
parent
f3610cd2b9
commit
d726c8be51
1
setup.py
1
setup.py
|
@ -123,6 +123,7 @@ setup(
|
||||||
author = "Anthony Tuininga",
|
author = "Anthony Tuininga",
|
||||||
author_email = "anthony.tuininga@gmail.com",
|
author_email = "anthony.tuininga@gmail.com",
|
||||||
url = "https://oracle.github.io/python-cx_Oracle",
|
url = "https://oracle.github.io/python-cx_Oracle",
|
||||||
|
python_requires = ">=3.5",
|
||||||
ext_modules = [extension],
|
ext_modules = [extension],
|
||||||
keywords = "Oracle",
|
keywords = "Oracle",
|
||||||
license = "BSD License",
|
license = "BSD License",
|
||||||
|
|
Loading…
Reference in New Issue