3tears-agent-identity 0.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "3tears-agent-identity"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "Placeholder to reserve the PyPI project name so a trusted publisher can be attached. Superseded by 0.15.0."
|
|
9
|
+
requires-python = ">=3.12"
|
|
10
|
+
|
|
11
|
+
[tool.hatch.build.targets.wheel]
|
|
12
|
+
packages = ["src/threetears_agent_identity_placeholder"]
|