coga 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.
coga-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: coga
3
+ Version: 0.0.1
4
+ Summary: Coga — placeholder release; package under active development.
5
+ License: AGPL-3.0-or-later
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/markdown
8
+
9
+ # Coga
10
+
11
+ Name reserved — the real package is under active development. Check back soon.
coga-0.0.1/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Coga
2
+
3
+ Name reserved — the real package is under active development. Check back soon.
@@ -0,0 +1 @@
1
+ __version__ = "0.0.1"
@@ -0,0 +1,14 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "coga"
7
+ version = "0.0.1"
8
+ description = "Coga — placeholder release; package under active development."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = { text = "AGPL-3.0-or-later" }
12
+
13
+ [tool.hatch.build.targets.wheel]
14
+ packages = ["coga"]