Modified the pyproject.toml files to include the license file in the build. eric7

Wed, 02 Apr 2025 16:44:07 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 02 Apr 2025 16:44:07 +0200
branch
eric7
changeset 11202
6d4838c04feb
parent 11201
c2502c32ec4d
child 11203
2ea34362b6b6

Modified the pyproject.toml files to include the license file in the build.

pyproject-server.toml file | annotate | diff | comparison | revisions
pyproject.toml file | annotate | diff | comparison | revisions
--- a/pyproject-server.toml	Wed Apr 02 16:43:31 2025 +0200
+++ b/pyproject-server.toml	Wed Apr 02 16:44:07 2025 +0200
@@ -7,6 +7,7 @@
 description =  "eric7_server is the server part of the eric7 IDE."
 readme = "docs/README-server.md"
 license = "GPL-3.0-or-later"
+license-files =  ["docs/LICENSE.txt"]
 authors = [
     {name = "Detlev Offenbach"},
     {name = "Detlev Offenbach", email = "detlev@die-offenbachs.de"},
--- a/pyproject.toml	Wed Apr 02 16:43:31 2025 +0200
+++ b/pyproject.toml	Wed Apr 02 16:44:07 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"},

eric ide

mercurial