Skip to content

Commit b7e5b6c

Browse files
authored
Merge pull request #3 from gahjelle/doc-github-link
Add link to Github on PyPI page
2 parents d222cb8 + be1588d commit b7e5b6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ requires = [
3232
]
3333

3434

35+
[tool.flit.metadata.urls]
36+
"Source Code" = "https://github.com/realpython/codetiming"
37+
38+
3539
[tool.flit.metadata.requires-extra]
3640
dev = ["black", "bumpversion", "flake8", "flit", "mypy"]
3741
test = ["pytest", "pytest-cov", "tox"]

0 commit comments

Comments
 (0)