--- a/pyproject.toml Sun May 28 18:04:11 2023 +0200 +++ b/pyproject.toml Mon May 29 16:18:38 2023 +0200 @@ -6,7 +6,7 @@ name = "eric-ide" description = "eric7 is an integrated development environment for the Python language." readme = "docs/README.rst" -license = {file = "docs/LICENSE.txt"} +license = {text = "GPLv3"} authors = [ {name = "Detlev Offenbach"}, {name = "Detlev Offenbach", email = "detlev@die-offenbachs.de"}, @@ -110,6 +110,7 @@ eric7_iconeditor = "eric7.eric7_iconeditor:main" eric7_ide = "eric7.eric7_ide:main" eric7_pdf = "eric7.eric7_pdf:main" +eric7_pip = "eric7.eric7_pip:main" eric7_plugininstall = "eric7.eric7_plugininstall:main" eric7_pluginrepository = "eric7.eric7_pluginrepository:main" eric7_pluginuninstall = "eric7.eric7_pluginuninstall:main"