Wed, 02 Apr 2025 16:44:07 +0200
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"},