diff --git a/pyproject.toml b/pyproject.toml index a2222588..cf325c90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,11 @@ description = "Automates information gathering, vulnerability scanning and aids license = "Apache-2.0" readme = "README.md" -authors = ["OWASP Nettacker Contributors"] +authors = ["OWASP Nettacker Contributors "] +homepage = "https://owasp.org/nettacker" +repository = "https://github.com/OWASP/Nettacker" +documentation = "https://nettacker.readthedocs.io" + classifiers = [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", @@ -32,10 +36,6 @@ keywords = [ "vulnerability-scanner", ] -homepage = "https://owasp.org/www-project-nettacker" -repository = "https://github.com/OWASP/Nettacker" -documentation = "https://github.com/OWASP/Nettacker/wiki" - packages = [{ include = "nettacker"}] [tool.nettacker]