aiphoria 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,5 @@
1
+ Metadata-Version: 2.4
2
+ Name: aiphoria
3
+ Version: 0.0.1
4
+ Summary: Reserved package name
5
+ Author: EuropeanForestInstitute
File without changes
@@ -0,0 +1,5 @@
1
+ Metadata-Version: 2.4
2
+ Name: aiphoria
3
+ Version: 0.0.1
4
+ Summary: Reserved package name
5
+ Author: EuropeanForestInstitute
@@ -0,0 +1,6 @@
1
+ pyproject.toml
2
+ aiphoria/__init__.py
3
+ aiphoria.egg-info/PKG-INFO
4
+ aiphoria.egg-info/SOURCES.txt
5
+ aiphoria.egg-info/dependency_links.txt
6
+ aiphoria.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ aiphoria
@@ -0,0 +1,11 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "aiphoria"
7
+ version = "0.0.1"
8
+ description = "Reserved package name"
9
+ authors = [{ name="EuropeanForestInstitute" }]
10
+
11
+
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+