arcolith 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,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: arcolith
3
+ Version: 0.0.1
4
+ Summary: Reserved — see archolith
5
+ Author: Charles Harvey
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/archolith
8
+ Requires-Python: >=3.10
@@ -0,0 +1,3 @@
1
+ # arcolith
2
+
3
+ This package name is reserved. See [archolith](https://pypi.org/project/archolith/).
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: arcolith
3
+ Version: 0.0.1
4
+ Summary: Reserved — see archolith
5
+ Author: Charles Harvey
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/archolith
8
+ Requires-Python: >=3.10
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ arcolith.egg-info/PKG-INFO
4
+ arcolith.egg-info/SOURCES.txt
5
+ arcolith.egg-info/dependency_links.txt
6
+ arcolith.egg-info/top_level.txt
@@ -0,0 +1,16 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "arcolith"
7
+ version = "0.0.1"
8
+ description = "Reserved — see archolith"
9
+ requires-python = ">=3.10"
10
+ license = "Apache-2.0"
11
+ authors = [
12
+ {name = "Charles Harvey"}
13
+ ]
14
+
15
+ [project.urls]
16
+ Homepage = "https://github.com/archolith"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+