mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +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__'],
|
url=about['__url__'],
|
||||||
maintainer=about['__maintainer__'],
|
maintainer=about['__maintainer__'],
|
||||||
maintainer_email=about['__maintainer_email__'],
|
maintainer_email=about['__maintainer_email__'],
|
||||||
license='Apache 2.0',
|
license='Apache-2.0',
|
||||||
classifiers=CLASSIFIERS,
|
classifiers=CLASSIFIERS,
|
||||||
keywords='elastic eland pandas python',
|
keywords='elastic eland pandas python',
|
||||||
packages=find_packages(include=["eland", "eland.*"]),
|
packages=find_packages(include=["eland", "eland.*"]),
|
||||||
@ -188,5 +188,6 @@ setup(
|
|||||||
'elasticsearch>=7.0.5',
|
'elasticsearch>=7.0.5',
|
||||||
'pandas==0.25.3',
|
'pandas==0.25.3',
|
||||||
'matplotlib'
|
'matplotlib'
|
||||||
]
|
],
|
||||||
|
python_requires=">=3.5",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user