Update pyproject.toml URLs (#1119)

* Update pyproject.toml -homepage

added homepage and project email address to pyproject.toml

* Update pyproject.toml

ruff
This commit is contained in:
Sam Stepanyan 2025-08-11 21:06:46 +01:00 committed by GitHub
parent a373e23c28
commit 5fedd73868
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -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 <nettacker-project@owasp.org>"]
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]