programbench 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: programbench
3
+ Version: 0.0.1
4
+ Summary: ProgramBench - package name reservation
5
+ Author: Kilian Lieret
6
+ License-Expression: MIT
7
+ Requires-Python: >=3.8
@@ -0,0 +1,13 @@
1
+ [build-system]
2
+ requires = ["setuptools>=64", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "programbench"
7
+ version = "0.0.1"
8
+ description = "ProgramBench - package name reservation"
9
+ requires-python = ">=3.8"
10
+ license = "MIT"
11
+ authors = [
12
+ {name = "Kilian Lieret"},
13
+ ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
File without changes
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: programbench
3
+ Version: 0.0.1
4
+ Summary: ProgramBench - package name reservation
5
+ Author: Kilian Lieret
6
+ License-Expression: MIT
7
+ Requires-Python: >=3.8
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ src/programbench/__init__.py
3
+ src/programbench.egg-info/PKG-INFO
4
+ src/programbench.egg-info/SOURCES.txt
5
+ src/programbench.egg-info/dependency_links.txt
6
+ src/programbench.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ programbench