orditect-protocol 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,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: orditect-protocol
3
+ Version: 0.0.1
4
+ Summary: Placeholder package for orditect-protocol
5
+ Author-email: orditect <truemandarren704@gmail.com>
6
+ Requires-Python: >=3.12
7
+ Description-Content-Type: text/markdown
File without changes
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: orditect-protocol
3
+ Version: 0.0.1
4
+ Summary: Placeholder package for orditect-protocol
5
+ Author-email: orditect <truemandarren704@gmail.com>
6
+ Requires-Python: >=3.12
7
+ Description-Content-Type: text/markdown
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ orditect_protocol.egg-info/PKG-INFO
4
+ orditect_protocol.egg-info/SOURCES.txt
5
+ orditect_protocol.egg-info/dependency_links.txt
6
+ orditect_protocol.egg-info/top_level.txt
@@ -0,0 +1,14 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "orditect-protocol"
7
+ version = "0.0.1"
8
+ description = "Placeholder package for orditect-protocol"
9
+ readme = "README.md"
10
+ requires-python = ">=3.12"
11
+ authors = [{ name = "orditect", email = "truemandarren704@gmail.com" }]
12
+
13
+ [tool.setuptools]
14
+ packages = [] # 占位包不包含任何实际模块
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+