diff --git a/pyproject.toml b/pyproject.toml index e47c006..f64c457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta" [project] name = "tlssysloghandler" -version = "1.0.2" +version = "1.0.3" description = "SysLogHandler with TLS" readme = "README.rst" -license = {file = "LICENSE"} +license = "ISC" keywords = ["handler", "logging", "logger", "syslog", "tls"] requires-python = ">= 3.11" authors = [ @@ -18,6 +18,10 @@ classifiers = [ "Programming Language :: Python" ] +[project.urls] +Repository = "https://github.com/bsd-ac/tlssysloghandler" +License = "https://github.com/bsd-ac/tlssysloghandler/blob/main/LICENSE" + [tool.setuptools.packages.find] where = ["src"]