nominal 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.
nominal-0.0.1/LICENSE ADDED
File without changes
nominal-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.1
2
+ Name: nominal
3
+ Version: 0.0.1
4
+ Summary: Stub for Nominal Python package
5
+ Author-email: JP <jack.parmer@pm.me>
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
8
+ License-File: LICENSE
File without changes
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["setuptools", "setuptools-scm"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "nominal"
7
+ authors = [
8
+ {name = "JP", email = "jack.parmer@pm.me"}
9
+ ]
10
+ description = "Stub for Nominal Python package"
11
+ version = "0.0.1"
12
+ readme = "README.md"
13
+ requires-python = ">=3.7"
14
+ dependencies = [
15
+ ]
16
+
17
+ [tool.distutils.bdist_wheel]
18
+ universal = true
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,8 @@
1
+ Metadata-Version: 2.1
2
+ Name: nominal
3
+ Version: 0.0.1
4
+ Summary: Stub for Nominal Python package
5
+ Author-email: JP <jack.parmer@pm.me>
6
+ Requires-Python: >=3.7
7
+ Description-Content-Type: text/markdown
8
+ License-File: LICENSE
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ src/nominal.py
5
+ src/nominal.egg-info/PKG-INFO
6
+ src/nominal.egg-info/SOURCES.txt
7
+ src/nominal.egg-info/dependency_links.txt
8
+ src/nominal.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ nominal
File without changes