mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Fix setup.py
This commit is contained in:
parent
294eb5aa15
commit
0f6e98a512
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -36,6 +36,7 @@ For further information, please visit the `Radicale Website
|
|||
"""
|
||||
|
||||
import re
|
||||
import sys
|
||||
from os import path
|
||||
|
||||
from setuptools import setup
|
||||
|
@ -70,7 +71,7 @@ setup(
|
|||
tests_require=[
|
||||
"pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"],
|
||||
extras_require={"test": [
|
||||
"pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]}
|
||||
"pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]},
|
||||
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue