guardiancontext 0.0.1__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,13 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: guardiancontext
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: GuardianContext — reserved namespace. The real package will be published under this name.
|
|
5
|
+
Author: IronStack
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Classifier: Development Status :: 1 - Planning
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# guardiancontext
|
|
12
|
+
|
|
13
|
+
Nome reservado. O pacote real será publicado sob este nome.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "guardiancontext"
|
|
3
|
+
version = "0.0.1"
|
|
4
|
+
description = "GuardianContext — reserved namespace. The real package will be published under this name."
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
requires-python = ">=3.10"
|
|
7
|
+
authors = [{ name = "IronStack" }]
|
|
8
|
+
license = { text = "Proprietary" }
|
|
9
|
+
classifiers = ["Development Status :: 1 - Planning"]
|
|
10
|
+
|
|
11
|
+
[build-system]
|
|
12
|
+
requires = ["hatchling"]
|
|
13
|
+
build-backend = "hatchling.build"
|
|
14
|
+
|
|
15
|
+
[tool.hatch.build.targets.wheel]
|
|
16
|
+
packages = ["src/guardiancontext"]
|