From de206d6083be643a58f08554b61518367f67cda1 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 20 Dec 2023 13:09:17 +0100 Subject: [PATCH] docs: homepage (#48) Signed-off-by: Jan Kowalleck --- pyproject.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 54b9ae0..785913a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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" } @@ -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