@@ -5,19 +5,21 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " argus-security"
77dynamic = [" version" ]
8- description = " Comprehensive security scanning SDK and CLI — runs anywhere, integrates everywhere ."
8+ description = " Unified security scanning — SAST, containers, IaC, secrets, dependencies, and DAST from a single CLI ."
99readme = " README.md"
1010license = {file = " LICENSE.md" }
1111requires-python = " >=3.11"
12+ keywords = [" security" , " scanning" , " sast" , " dast" , " iac" , " secrets" , " containers" , " compliance" , " devsecops" ]
1213authors = [
13- {name = " Huntridge Labs" , email = " oss@huntridge-labs.com " },
14+ {name = " Huntridge Labs" },
1415]
1516classifiers = [
1617 " Development Status :: 4 - Beta" ,
1718 " Environment :: Console" ,
1819 " Intended Audience :: Developers" ,
1920 " Intended Audience :: System Administrators" ,
20- " License :: OSI Approved :: Apache Software License" ,
21+ " Intended Audience :: Information Technology" ,
22+ " License :: OSI Approved :: GNU Affero General Public License v3" ,
2123 " Operating System :: OS Independent" ,
2224 " Programming Language :: Python :: 3" ,
2325 " Programming Language :: Python :: 3.11" ,
@@ -26,6 +28,7 @@ classifiers = [
2628 " Topic :: Security" ,
2729 " Topic :: Software Development :: Quality Assurance" ,
2830 " Topic :: Software Development :: Testing" ,
31+ " Typing :: Typed" ,
2932]
3033dependencies = [
3134 " PyYAML>=6.0" ,
@@ -43,8 +46,8 @@ all = ["argus-security[ai,completion]"]
4346argus = " argus.cli:main"
4447
4548[project .urls ]
46- Homepage = " https://github. com/huntridge-labs/argus "
47- Documentation = " https://huntridge-labs.github.io/argus/ "
49+ Homepage = " https://argus.huntridgelabs. com"
50+ Documentation = " https://argus.huntridgelabs.com "
4851Repository = " https://github.com/huntridge-labs/argus"
4952Issues = " https://github.com/huntridge-labs/argus/issues"
5053Changelog = " https://github.com/huntridge-labs/argus/blob/main/CHANGELOG.md"
0 commit comments