diff options
author | Helmut Grohne <helmut@subdivi.de> | 2024-02-09 12:14:06 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2024-02-09 12:14:06 +0100 |
commit | 28c43f78344da803fedf95f4efdc144b8e2226fe (patch) | |
tree | ef127f5b2ad711b06e662bc4d0a343227cbd97da /pyproject.toml | |
parent | 7c99665565ea6e3194bfbb93cdacf3332803446e (diff) | |
download | wsgitools-master.tar.gz |
Diffstat (limited to 'pyproject.toml')
-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 = [ |