Skip to content

Commit 0dd9a29

Browse files
committed
Add information about tutorial article
1 parent 76e0b5f commit 0dd9a29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ build-backend = "flit_core.buildapi"
66
module = "codetiming"
77
author = "Real Python"
88
author-email = "[email protected]"
9-
home-page = "https://realpython.com/"
9+
home-page = "https://realpython.com/python-timer"
1010
description-file = "README.md"
1111
classifiers = [
12-
"Development Status :: 4 - Beta",
12+
"Development Status :: 5 - Production/Stable",
1313
"Intended Audience :: Developers",
1414
"License :: OSI Approved :: MIT License",
1515
"Natural Language :: English",
@@ -35,7 +35,7 @@ requires = [
3535

3636
[tool.flit.metadata.urls]
3737
"Source Code" = "https://github.com/realpython/codetiming"
38-
38+
"Tutorial" = "https://realpython.com/python-timer"
3939

4040
[tool.flit.metadata.requires-extra]
4141
dev = ["black", "bump2version", "flake8", "flit", "mypy"]

0 commit comments

Comments
 (0)