Skip to content

Commit be1588d

Browse files
committed
Add link to Github on PyPI page
1 parent e6f7e83 commit be1588d

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
@@ -30,6 +30,10 @@ requires-python = ">=3.6"
3030
requires = []
3131

3232

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

0 commit comments

Comments
 (0)