Skip to content

Commit

Permalink
pyproject project.urls
Browse files Browse the repository at this point in the history
  • Loading branch information
vanschelven committed Oct 14, 2024
1 parent 2f6736a commit 763ffda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version_file = "snappea/scmversion.py"
[project]
name = "snappea"
authors = [
{name = "Klaas van Schelven (Bugsink BV)", email = "klaas@bugsink.com"},
{name = "Bugsink B.V.", email = "info@bugsink.com"},
]
description = "MessageQueue-less task runner for Django"
readme = "README.md"
Expand All @@ -20,6 +20,11 @@ classifiers = [
]
dynamic = ["version", "dependencies"]

[project.urls]
repository = "https://github.com/bugsink/snappea/"
documentation = "https://www.bugsink.com/blog/snappea-design/"
issues = "https://github.com/bugsink/snappea/issues"

[tool.setuptools]
include-package-data = true # this is the default, but explicit is better than implicit

Expand Down

0 comments on commit 763ffda

Please sign in to comment.