Fix setup.py

This commit is contained in:
Guillaume Ayoub 2016-08-05 16:27:55 +02:00
parent 294eb5aa15
commit 0f6e98a512

View File

@ -36,6 +36,7 @@ For further information, please visit the `Radicale Website
""" """
import re import re
import sys
from os import path from os import path
from setuptools import setup from setuptools import setup
@ -70,7 +71,7 @@ setup(
tests_require=[ tests_require=[
"pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"], "pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"],
extras_require={"test": [ extras_require={"test": [
"pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]} "pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]},
keywords=["calendar", "addressbook", "CalDAV", "CardDAV"], keywords=["calendar", "addressbook", "CalDAV", "CardDAV"],
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",