pyproject.toml

branch
eric7-maintenance
changeset 11248
1a9dbea918e4
parent 11196
7a7c2034267d
parent 11203
2ea34362b6b6
--- a/pyproject.toml	Wed Apr 02 10:51:50 2025 +0200
+++ b/pyproject.toml	Thu May 01 12:09:22 2025 +0200
@@ -7,6 +7,7 @@
 description = "eric7 is an integrated development environment for the Python language."
 readme = "docs/README.md"
 license = "GPL-3.0-or-later"
+license-files =  ["docs/LICENSE.txt"]
 authors = [
     {name = "Detlev Offenbach"},
     {name = "Detlev Offenbach", email = "detlev@die-offenbachs.de"},
@@ -89,6 +90,7 @@
     "fido2",
     "requests",
     "pyusb>=1.2.0",
+    "spdx-license-list>= 3.26.0",
     "pywin32>=1.0;platform_system=='Windows'",
     "command-runner;platform_system=='Windows'",
 ]

eric ide

mercurial