From d6d5e512dc1b84d1cdcc83be2904d554912cbfc9 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 11 Apr 2020 13:51:59 +0200 Subject: [PATCH] Add documentation to manifest --- MANIFEST.in | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 208e482..b7ad654 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include COPYING NEWS.md README.md +include COPYING DOCUMENTATION.md NEWS.md README.md include config rights include radicale.py radicale.fcgi radicale.wsgi diff --git a/setup.py b/setup.py index 7609bc4..0aff0a5 100755 --- a/setup.py +++ b/setup.py @@ -48,7 +48,6 @@ WEB_FILES = ["web/internal_data/css/icon.png", "web/internal_data/fn.js", "web/internal_data/index.html"] - needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv) pytest_runner = ["pytest-runner"] if needs_pytest else [] tests_require = ["pytest-runner", "pytest", "pytest-cov", "pytest-flake8",