Skip to content

Commit

Permalink
add urls
Browse files Browse the repository at this point in the history
  • Loading branch information
epsilon-0 committed Dec 13, 2023
1 parent 85974eb commit 9c4a5a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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"]

Expand Down

0 comments on commit 9c4a5a1

Please sign in to comment.