summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAeliton G. Silva2026-03-06 20:27:51 -0300
committerGitHub2026-03-06 18:27:51 -0500
commit93a8c5f3c2f90060bce62a36b4bc263fa10d89c7 (patch)
tree3ae081946b933175627b18ac2217fcb85c1a48f8
parentf03a3a686c7304588dd434322c73506531e53595 (diff)
Explicit license-files (#99)HEADmaster
This entry indicates which files need to distributed with the package. Closes #98.
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a382882..b02fca5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,6 +9,7 @@ readme = "README.md"
9version = "2.2.4" 9version = "2.2.4"
10requires-python = ">= 3.12" 10requires-python = ">= 3.12"
11license = "MIT" 11license = "MIT"
12license-files = ["LICENSE", "AUTHORS"]
12classifiers=[ 13classifiers=[
13 "Development Status :: 5 - Production/Stable", 14 "Development Status :: 5 - Production/Stable",
14 "License :: OSI Approved :: MIT License", 15 "License :: OSI Approved :: MIT License",