From 28c43f78344da803fedf95f4efdc144b8e2226fe Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 9 Feb 2024 12:14:06 +0100 Subject: pyproject.toml: project.urls should be an object --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = [ -- cgit v1.2.3