File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name = "snallygaster"
33version = " 0.0.15"
44description = " Tool to scan for secret files on HTTP servers"
55readme = " 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]
2020license = " 0BSD"
21- keywords = [" security" , " vulnerability" , " http" ]
21+ keywords = [" security" , " vulnerability" , " http" ]
2222requires-python = " >=3.9"
23- dependencies = [
24- " dnspython" ,
25- " lxml" ,
26- " urllib3"
27- ]
23+ dependencies = [" dnspython" , " lxml" , " urllib3" ]
2824
2925[tool .setuptools_scm ]
3026
You can’t perform that action at this time.
0 commit comments