Kaynağa Gözat

Merge branch 'master' of github.com:Kozea/Radicale

Florian Mounier 9 yıl önce
ebeveyn
işleme
b042a9aba8
1 değiştirilmiş dosya ile 5 ekleme ve 7 silme
  1. 5 7
      setup.py

+ 5 - 7
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",