From 056cedd7bfec018b51e10393df026ea83a15fd3f Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Thu, 25 Mar 2021 22:22:16 +0100 Subject: [PATCH] Add README to sdist Closes #7 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6cd672c..8765864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ homepage = "https://edugit.org/AlekSIS/libs/python-calendarweek" repository = "https://edugit.org/AlekSIS/libs/python-calendarweek" documentation = "https://edugit.org/AlekSIS/libs/python-calendarweek" include = ["CHANGELOG.rst"] +readme = "README.rst" classifiers = [ "Development Status :: 4 - Beta", "Framework :: Django", -- GitLab