Update pyproject.toml

This commit is contained in:
Alexandr Artemyev 2025-01-27 14:21:22 +05:00 committed by GitHub
parent 2ae381e58e
commit 4b928c24f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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*"]