ghostlogic 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.
- ghostlogic-0.0.1/PKG-INFO +12 -0
- ghostlogic-0.0.1/README.md +3 -0
- ghostlogic-0.0.1/pyproject.toml +15 -0
- ghostlogic-0.0.1/setup.cfg +4 -0
- ghostlogic-0.0.1/src/ghostlogic/__init__.py +1 -0
- ghostlogic-0.0.1/src/ghostlogic.egg-info/PKG-INFO +12 -0
- ghostlogic-0.0.1/src/ghostlogic.egg-info/SOURCES.txt +7 -0
- ghostlogic-0.0.1/src/ghostlogic.egg-info/dependency_links.txt +1 -0
- ghostlogic-0.0.1/src/ghostlogic.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ghostlogic
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reserved by Maelstrom LLC
|
|
5
|
+
Author: Adam Thomas
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# ghostlogic
|
|
11
|
+
|
|
12
|
+
Reserved by Maelstrom LLC. Package under development.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "ghostlogic"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Reserved by Maelstrom LLC"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = "MIT"
|
|
11
|
+
requires-python = ">=3.10"
|
|
12
|
+
authors = [{name = "Adam Thomas"}]
|
|
13
|
+
|
|
14
|
+
[tool.setuptools.packages.find]
|
|
15
|
+
where = ["src"]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ghostlogic
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reserved by Maelstrom LLC
|
|
5
|
+
Author: Adam Thomas
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# ghostlogic
|
|
11
|
+
|
|
12
|
+
Reserved by Maelstrom LLC. Package under development.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ghostlogic
|