Cosmetics
This commit is contained in:
parent
8c225f019c
commit
3d0c73d73a
12
setup.py
12
setup.py
@ -63,14 +63,12 @@ setup(
|
||||
provides=["radicale"],
|
||||
scripts=["bin/radicale"],
|
||||
install_requires=["vobject"],
|
||||
setup_requires=['pytest-runner'],
|
||||
tests_require=['pytest-cov', 'pytest-flake8', 'pytest-isort', 'pytest'],
|
||||
setup_requires=["pytest-runner"],
|
||||
tests_require=["pytest-cov", "pytest-flake8", "pytest-isort", "pytest"],
|
||||
extras_require={
|
||||
'test': [
|
||||
'pytest-runner', 'pytest-cov', 'pytest-flake8', 'pytest-isort',
|
||||
'pytest'
|
||||
]
|
||||
},
|
||||
"test": [
|
||||
"pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort",
|
||||
"pytest"]},
|
||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
Loading…
Reference in New Issue
Block a user