Skip to content

Commit

Permalink
docs: add "documentation" url to project meta
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Jan 6, 2024
1 parent d3bcc42 commit bf864d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/madpah/serializable#readme"
repository = "https://github.com/madpah/serializable"
documentation = "https://py-serializable.readthedocs.io/"
packages = [
{ include = "serializable" }
]
Expand All @@ -39,7 +40,6 @@ keywords = [
]

[tool.poetry.urls]
"Documentation" = "https://py-serializable.readthedocs.io/"
"Bug Tracker" = "https://github.com/madpah/serializable/issues"

[tool.poetry.dependencies]
Expand Down

0 comments on commit bf864d7

Please sign in to comment.