Skip to content

Commit

Permalink
docs: homepage (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Dec 20, 2023
1 parent 8051886 commit de206d6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"


[tool.poetry]
name = "py-serializable"
version = "0.16.0"
Expand All @@ -8,7 +13,7 @@ maintainers = [
]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/madpah/serializable"
homepage = "https://github.com/madpah/serializable#readme"
repository = "https://github.com/madpah/serializable"
packages = [
{ include = "serializable" }
Expand Down Expand Up @@ -58,9 +63,6 @@ flake8-isort = {version = "6.1.1", python = ">=3.8"}
flake8-quotes = {version = "3.3.2", python = ">=3.8"}
flake8-use-fstring = {version = "1.4", python = ">=3.8"}

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
# see https://python-semantic-release.readthedocs.io/en/latest/configuration.html
Expand Down

0 comments on commit de206d6

Please sign in to comment.