release: bump to v1.0.0; add PyPI metadata; stop globbing decnet_web into packages
Some checks failed
CI / Test (Standard) (3.11) (push) Has been skipped
CI / Test (Live) (3.11) (push) Has been skipped
CI / Merge testing → main (push) Has been skipped
CI / Lint (ruff) (push) Successful in 15s
CI / Dependency audit (pip-audit) (push) Failing after 22s
CI / SAST (bandit) (push) Successful in 30s
CI / Merge dev → testing (push) Has been skipped

This commit is contained in:
2026-06-16 18:59:48 -04:00
parent a5cb20051f
commit 36353026a6

View File

@@ -4,8 +4,10 @@ build-backend = "setuptools.build_meta"
[project]
name = "decnet"
version = "0.2.0"
version = "1.0.0"
description = "Deception network: deploy honeypot deckies that appear as real LAN hosts"
readme = "README.md"
authors = [{ name = "Samuel Paschuan", email = "samuel.paschuan@xmartlab.com" }]
license = "AGPL-3.0-or-later"
license-files = ["LICENSE"]
requires-python = ">=3.11"
@@ -72,6 +74,10 @@ dependencies = [
"mitreattack-python>=3.0",
]
[project.urls]
Homepage = "https://decnet.cl"
Repository = "https://git.resacachile.cl/anti/DECNET"
[project.optional-dependencies]
tracing = [
"opentelemetry-api>=1.20.0",
@@ -164,7 +170,9 @@ skip_covered = false
[tool.setuptools.packages.find]
where = ["."]
include = ["decnet*"]
# "decnet*" also globs decnet_web/ and pulls in stray node_modules .py files;
# pin to the actual package so the wheel/sdist stay clean.
include = ["decnet", "decnet.*"]
[tool.setuptools.package-data]
# Ship docker build contexts + syslog_bridge.py as package data so they land