Skip to content

Commit 2c4e9d8

Browse files
committed
Format pyproject.toml file with taplo
1 parent 903fbe3 commit 2c4e9d8

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "snallygaster"
33
version = "0.0.15"
44
description = "Tool to scan for secret files on HTTP servers"
55
readme = "README.md"
6-
authors = [{name = "Hanno Böck"}]
7-
classifiers=[
6+
authors = [{ name = "Hanno Böck" }]
7+
classifiers = [
88
"Development Status :: 4 - Beta",
99
"Intended Audience :: System Administrators",
1010
"Natural Language :: English",
@@ -15,16 +15,12 @@ classifiers=[
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",
18-
"Programming Language :: Python :: 3.14"
18+
"Programming Language :: Python :: 3.14",
1919
]
2020
license = "0BSD"
21-
keywords = ["security", "vulnerability", "http"]
21+
keywords = ["security", "vulnerability", "http"]
2222
requires-python = ">=3.9"
23-
dependencies = [
24-
"dnspython",
25-
"lxml",
26-
"urllib3"
27-
]
23+
dependencies = ["dnspython", "lxml", "urllib3"]
2824

2925
[tool.setuptools_scm]
3026

0 commit comments

Comments
 (0)