mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 13:47:37 +03:00
Cosmetics
This commit is contained in:
parent
8c225f019c
commit
3d0c73d73a
1 changed files with 5 additions and 7 deletions
12
setup.py
12
setup.py
|
@ -63,14 +63,12 @@ setup(
|
||||||
provides=["radicale"],
|
provides=["radicale"],
|
||||||
scripts=["bin/radicale"],
|
scripts=["bin/radicale"],
|
||||||
install_requires=["vobject"],
|
install_requires=["vobject"],
|
||||||
setup_requires=['pytest-runner'],
|
setup_requires=["pytest-runner"],
|
||||||
tests_require=['pytest-cov', 'pytest-flake8', 'pytest-isort', 'pytest'],
|
tests_require=["pytest-cov", "pytest-flake8", "pytest-isort", "pytest"],
|
||||||
extras_require={
|
extras_require={
|
||||||
'test': [
|
"test": [
|
||||||
'pytest-runner', 'pytest-cov', 'pytest-flake8', 'pytest-isort',
|
"pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort",
|
||||||
'pytest'
|
"pytest"]},
|
||||||
]
|
|
||||||
},
|
|
||||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue