From 4b928c24f9044d36091ec4a8c815877f6d536758 Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Mon, 27 Jan 2025 14:21:22 +0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f6fd2f2..4238492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,9 @@ documentation = "https://django-constance.readthedocs.io/en/latest/" repository = "https://github.com/jazzband/django-constance/" changelog = "https://github.com/jazzband/django-constance/releases/" +[tool.setuptools] +license-files = [] # see https://github.com/pypa/twine/issues/1216#issuecomment-2609745412 + [tool.setuptools.packages.find] include = ["constance*"]