From 9c4a5a16cb34cc6cba0d572d075d7dcb01e4817c Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Wed, 13 Dec 2023 10:06:31 -0500 Subject: [PATCH] add urls --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"]