genlayer-test 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,2 @@
1
+ include LICENSE
2
+ include README.md
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: genlayer-test
3
+ Version: 0.0.1
4
+ Summary: A minimal empty PyPI package for genlayer-test
5
+ Author-email: GenLayer Labs Corp <tech@genlayer.com>
6
+ License: MIT
7
+ Requires-Python: >=3.6
8
+ Description-Content-Type: text/markdown
9
+
10
+ # GenLayer Test
11
+
12
+ This is a minimal empty Python package for genlayer-test.
13
+
14
+ ## Installation
15
+ ```bash
16
+ pip install genlayer-test
17
+ ```
@@ -0,0 +1,8 @@
1
+ # GenLayer Test
2
+
3
+ This is a minimal empty Python package for genlayer-test.
4
+
5
+ ## Installation
6
+ ```bash
7
+ pip install genlayer-test
8
+ ```
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: genlayer-test
3
+ Version: 0.0.1
4
+ Summary: A minimal empty PyPI package for genlayer-test
5
+ Author-email: GenLayer Labs Corp <tech@genlayer.com>
6
+ License: MIT
7
+ Requires-Python: >=3.6
8
+ Description-Content-Type: text/markdown
9
+
10
+ # GenLayer Test
11
+
12
+ This is a minimal empty Python package for genlayer-test.
13
+
14
+ ## Installation
15
+ ```bash
16
+ pip install genlayer-test
17
+ ```
@@ -0,0 +1,7 @@
1
+ MANIFEST.in
2
+ README.md
3
+ pyproject.toml
4
+ genlayer_test.egg-info/PKG-INFO
5
+ genlayer_test.egg-info/SOURCES.txt
6
+ genlayer_test.egg-info/dependency_links.txt
7
+ genlayer_test.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 = "genlayer-test"
7
+ version = "0.0.1"
8
+ authors = [
9
+ { name = "GenLayer Labs Corp", email = "tech@genlayer.com" },
10
+ ]
11
+ description = "A minimal empty PyPI package for genlayer-test"
12
+ readme = "README.md"
13
+ requires-python = ">=3.6"
14
+ license = {text = "MIT"}
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+