mirror of https://github.com/OWASP/Nettacker.git
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:
parent
a373e23c28
commit
5fedd73868
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue