@@ -4,47 +4,19 @@ version = "1.0.0"
44description = " Hunts Jenkins jobs and builds for sensitive information in Jenkins environment variables"
55readme = " README.md"
66requires-python = " >=3.7"
7+ keywords = [ " jenkins" , " security" , " environment-variables" , " pentest" , " infosec" ,]
8+ classifiers = [ " Development Status :: 4 - Beta" , " Intended Audience :: Information Technology" , " Intended Audience :: System Administrators" , " Topic :: Security" , " Topic :: Software Development :: Testing" , " Programming Language :: Python :: 3" , " Programming Language :: Python :: 3.7" , " Programming Language :: Python :: 3.8" , " Programming Language :: Python :: 3.9" , " Programming Language :: Python :: 3.10" , " Programming Language :: Python :: 3.11" ,]
9+ dependencies = [ " requests" , " alive-progress" ,]
10+ [[project .authors ]]
11+ name = " Defensive Origins"
712
8- authors = [
9- { name = " Defensive Origins" }
10- ]
11-
12- keywords = [
13- " jenkins" ,
14- " security" ,
15- " environment-variables" ,
16- " pentest" ,
17- " infosec"
18- ]
19-
20- classifiers = [
21- " Development Status :: 4 - Beta" ,
22- " Intended Audience :: Information Technology" ,
23- " Intended Audience :: System Administrators" ,
24- " Topic :: Security" ,
25- " Topic :: Software Development :: Testing" ,
26- " Programming Language :: Python :: 3" ,
27- " Programming Language :: Python :: 3.7" ,
28- " Programming Language :: Python :: 3.8" ,
29- " Programming Language :: Python :: 3.9" ,
30- " Programming Language :: Python :: 3.10" ,
31- " Programming Language :: Python :: 3.11" ,
32- ]
33-
34- dependencies = [
35- " requests" ,
36- " alive-progress" ,
37- ]
13+ [build-system ]
14+ requires = [ " setuptools>=61.0" ,]
15+ build-backend = " setuptools.build_meta"
3816
39- # These map to CLI commands installed by pip
4017[project .scripts ]
4118jenkins-env-hunter = " JenkinsEnvHunter:main"
4219jenkins-check-noauth = " CheckNoAuth:main"
4320
44- [build-system ]
45- requires = [" setuptools>=61.0" ]
46- build-backend = " setuptools.build_meta"
47-
48- # Tell setuptools to include the two top-level modules as installable
4921[tool .setuptools ]
50- py-modules = [" JenkinsEnvHunter" , " CheckNoAuth" ]
22+ py-modules = [ " JenkinsEnvHunter" , " CheckNoAuth" , ]
0 commit comments