Skip to content

Commit 3c4cb64

Browse files
committed
bump version to 1.3.0 and include signature files in package
1 parent 47c18d8 commit 3c4cb64

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agentsniff"
7-
version = "1.2.1"
7+
version = "1.3.0"
88
description = "AI Agent Network Scanner - Detect AI agents on your network"
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}
@@ -45,15 +45,15 @@ agentsniff = "agentsniff.cli:main"
4545

4646
[project.urls]
4747
Homepage = "https://agentsniff.org"
48-
Documentation = "https://github.com/ThirdKeyAI/agentsniff#readme"
48+
Documentation = "https://docs.agentsniff.org"
4949
Repository = "https://github.com/ThirdKeyAI/agentsniff"
5050
Issues = "https://github.com/ThirdKeyAI/agentsniff/issues"
5151

5252
[tool.setuptools.packages.find]
5353
include = ["agentsniff*"]
5454

5555
[tool.setuptools.package-data]
56-
agentsniff = ["dashboard/*.html"]
56+
agentsniff = ["dashboard/*.html", "signatures/*.json", "signatures/*.sig", "signatures/*.pub"]
5757

5858
[tool.ruff]
5959
target-version = "py311"

0 commit comments

Comments
 (0)