mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Add python_requires to setup.py
This commit is contained in:
parent
9fffbc4f39
commit
e9a5180dac
5
setup.py
5
setup.py
@ -180,7 +180,7 @@ setup(
|
||||
url=about['__url__'],
|
||||
maintainer=about['__maintainer__'],
|
||||
maintainer_email=about['__maintainer_email__'],
|
||||
license='Apache 2.0',
|
||||
license='Apache-2.0',
|
||||
classifiers=CLASSIFIERS,
|
||||
keywords='elastic eland pandas python',
|
||||
packages=find_packages(include=["eland", "eland.*"]),
|
||||
@ -188,5 +188,6 @@ setup(
|
||||
'elasticsearch>=7.0.5',
|
||||
'pandas==0.25.3',
|
||||
'matplotlib'
|
||||
]
|
||||
],
|
||||
python_requires=">=3.5",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user