Skip to content

Commit ad5bd83

Browse files
committed
fix(pypi): sync pyproject.toml with website and correct license
- Description matches README tagline - Homepage/docs point to argus.huntridgelabs.com - License classifier: AGPL v3 (was incorrectly Apache) - Added keywords for PyPI discoverability - Added Information Technology audience classifier
1 parent afcc37c commit ad5bd83

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "argus-security"
77
dynamic = ["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."
99
readme = "README.md"
1010
license = {file = "LICENSE.md"}
1111
requires-python = ">=3.11"
12+
keywords = ["security", "scanning", "sast", "dast", "iac", "secrets", "containers", "compliance", "devsecops"]
1213
authors = [
13-
{name = "Huntridge Labs", email = "oss@huntridge-labs.com"},
14+
{name = "Huntridge Labs"},
1415
]
1516
classifiers = [
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
]
3033
dependencies = [
3134
"PyYAML>=6.0",
@@ -43,8 +46,8 @@ all = ["argus-security[ai,completion]"]
4346
argus = "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"
4851
Repository = "https://github.com/huntridge-labs/argus"
4952
Issues = "https://github.com/huntridge-labs/argus/issues"
5053
Changelog = "https://github.com/huntridge-labs/argus/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)