ari-cli 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.
ari_cli-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: ari-cli
3
+ Version: 0.0.1
4
+ Summary: PyPI name reservation. See https://github.com/jellyheadandrew/ari-cli
5
+ Project-URL: Homepage, https://github.com/jellyheadandrew/ari-cli
6
+ Author: jellyheadandrew
7
+ License-Expression: MIT
8
+ Requires-Python: >=3.10
9
+ Description-Content-Type: text/markdown
10
+
11
+ # ari-cli
12
+
13
+ PyPI name reservation.
@@ -0,0 +1,3 @@
1
+ # ari-cli
2
+
3
+ PyPI name reservation.
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "ari-cli"
7
+ version = "0.0.1"
8
+ description = "PyPI name reservation. See https://github.com/jellyheadandrew/ari-cli"
9
+ readme = "README.md"
10
+ license = "MIT"
11
+ requires-python = ">=3.10"
12
+ authors = [{ name = "jellyheadandrew" }]
13
+
14
+ [project.urls]
15
+ Homepage = "https://github.com/jellyheadandrew/ari-cli"
@@ -0,0 +1,3 @@
1
+ """ari-cli: PyPI name reservation."""
2
+
3
+ __version__ = "0.0.1"