mohio 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.
mohio-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: mohio
3
+ Version: 0.0.1
4
+ Summary: Reserved for the MOHIO programming language. See https://mohio.io
5
+ Author: Particular LLC
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://mohio.io
8
+ Project-URL: Repository, https://github.com/countart/mohio
9
+ Keywords: mohio,ai-native,programming-language
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: mohio
3
+ Version: 0.0.1
4
+ Summary: Reserved for the MOHIO programming language. See https://mohio.io
5
+ Author: Particular LLC
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://mohio.io
8
+ Project-URL: Repository, https://github.com/countart/mohio
9
+ Keywords: mohio,ai-native,programming-language
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
@@ -0,0 +1,5 @@
1
+ pyproject.toml
2
+ mohio.egg-info/PKG-INFO
3
+ mohio.egg-info/SOURCES.txt
4
+ mohio.egg-info/dependency_links.txt
5
+ mohio.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,17 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "mohio"
7
+ version = "0.0.1"
8
+ description = "Reserved for the MOHIO programming language. See https://mohio.io"
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ license = "MIT"
12
+ authors = [{ name = "Particular LLC" }]
13
+ keywords = ["mohio", "ai-native", "programming-language"]
14
+
15
+ [project.urls]
16
+ Homepage = "https://mohio.io"
17
+ Repository = "https://github.com/countart/mohio"
mohio-0.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+