diff options
-rw-r--r-- | pyproject.toml | 4 |
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 = [ |