mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Add python_requires into setup.py
This commit is contained in:
parent
5066e97c66
commit
85e8336361
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -73,6 +73,7 @@ setup(
|
|||
extras_require={"test": [
|
||||
"pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]},
|
||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||
python_requires='>=3.3',
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Environment :: Console",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue