aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAeliton G. Silva2026-03-06 20:27:51 -0300
committerGitHub2026-03-06 18:27:51 -0500
commit93a8c5f3c2f90060bce62a36b4bc263fa10d89c7 (patch)
tree3ae081946b933175627b18ac2217fcb85c1a48f8 /pyproject.toml
parentf03a3a686c7304588dd434322c73506531e53595 (diff)
Explicit license-files (#99)HEADmaster
This entry indicates which files need to distributed with the package. Closes #98.
Diffstat (limited to 'pyproject.toml')
-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"
version = "2.2.4"
requires-python = ">= 3.12"
license = "MIT"
+license-files = ["LICENSE", "AUTHORS"]
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",