beier 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.
beier-0.0.1/LICENSE ADDED
File without changes
beier-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: beier
3
+ Version: 0.0.1
4
+ Summary: Susarb LLC namespace package
5
+ Author: Gregory C. Beier
6
+ License: AGPL-3.0-or-later
7
+ License-File: LICENSE
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # beier
beier-0.0.1/README.md ADDED
@@ -0,0 +1 @@
1
+ # beier
@@ -0,0 +1,12 @@
1
+ [project]
2
+ name = "beier"
3
+ version = "0.0.1"
4
+ description = "Susarb LLC namespace package"
5
+ readme = "README.md"
6
+ requires-python = ">=3.9"
7
+ authors = [{name = "Gregory C. Beier"}]
8
+ license = {text = "AGPL-3.0-or-later"}
9
+
10
+ [build-system]
11
+ requires = ["hatchling"]
12
+ build-backend = "hatchling.build"
@@ -0,0 +1 @@
1
+ __version__ = "0.0.1"