summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-02-09 12:14:06 +0100
committerHelmut Grohne <helmut@subdivi.de>2024-02-09 12:14:06 +0100
commit28c43f78344da803fedf95f4efdc144b8e2226fe (patch)
treeef127f5b2ad711b06e662bc4d0a343227cbd97da /pyproject.toml
parent7c99665565ea6e3194bfbb93cdacf3332803446e (diff)
downloadwsgitools-master.tar.gz
pyproject.toml: project.urls should be an objectHEADmaster
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 18abc10..0268c0f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,6 @@ license = {file = "LICENSE"}
authors = [{name="Helmut Grohne", email="helmut@subdivi.de"}]
maintainers = [{name="Helmut Grohne", email="helmut@subdivi.de"}]
keywords = ["wsgi", "pep333", "scgi"]
-urls=[{homepage="http://subdivi.de/~helmut/wsgitools/"}]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: No Input/Output (Daemon)",
@@ -28,6 +27,9 @@ classifiers = [
requires-python = ">=2.7"
version="0.3.1"
+[project.urls]
+homepage = "http://subdivi.de/~helmut/wsgitools/"
+
[tool.pylint]
max-line-length = 80
disable = [