diff --git a/pyproject.toml b/pyproject.toml index 46d9323..91879cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,6 @@ description = "Package for IoC knowledge management" authors = [ {name = "Outshift by Cisco",email = "outshiftbycisco@cisco.com"} ] -homepage = "https://github.com/outshift-open/ioc-knowledge-memory" -repository = "https://github.com/outshift-open/ioc-knowledge-memory" readme = "README.md" requires-python = ">=3.10,<4.0.0" dependencies = [ @@ -25,6 +23,10 @@ dependencies = [ "urllib3>=2.6.3", ] +[project.urls] +Homepage = "https://github.com/outshift-open/ioc-knowledge-memory" +Repository = "https://github.com/outshift-open/ioc-knowledge-memory" + [project.optional-dependencies] dev = [ "black==23.11.0",