Skip to content

Commit 1af8746

Browse files
authored
chore: Update packaged namespace
* Update name in uv.lock * update package to bundle
1 parent 3957185 commit 1af8746

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

5+
[tool.hatch.build.targets.wheel]
6+
packages = ["detect_agent"]
7+
58
[project]
69
name = "detect_agent"
710
version = "0.1.0"
811
description = "Detect if code is running in an AI agent or automated development environment"
912
readme = "README.md"
1013
requires-python = ">=3.9"
1114
dependencies = []
15+
packages = ["detect_agent"]
1216

1317
[project.optional-dependencies]
1418
dev = ["pytest>=7.0", "ruff>=0.8.0"]

0 commit comments

Comments
 (0)