gamebase 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.
gamebase-0.0.1/LICENSE ADDED
@@ -0,0 +1 @@
1
+ LICENSE
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: gamebase
3
+ Version: 0.0.1
4
+ Summary: Cross-platform GameBase frontend
5
+ Author: Neil English
6
+ License-Expression: GPL-3.0-or-later
7
+ Requires-Python: >=3.14
8
+ Description-Content-Type: text/markdown
9
+ License-File: LICENSE
10
+ Dynamic: license-file
11
+
12
+ README.md
@@ -0,0 +1 @@
1
+ README.md
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "gamebase"
7
+ version = "0.0.1"
8
+ description = "Cross-platform GameBase frontend"
9
+ readme = "README.md"
10
+ requires-python = ">=3.14"
11
+ license = "GPL-3.0-or-later"
12
+ authors = [
13
+ {name = "Neil English"},
14
+ ]
15
+
16
+ [tool]
17
+ [tool.pyside6-project]
18
+ files = ["src/gamebase/__init__.py"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1 @@
1
+ __version__ = "0.0.1"
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: gamebase
3
+ Version: 0.0.1
4
+ Summary: Cross-platform GameBase frontend
5
+ Author: Neil English
6
+ License-Expression: GPL-3.0-or-later
7
+ Requires-Python: >=3.14
8
+ Description-Content-Type: text/markdown
9
+ License-File: LICENSE
10
+ Dynamic: license-file
11
+
12
+ README.md
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ src/gamebase/__init__.py
5
+ src/gamebase.egg-info/PKG-INFO
6
+ src/gamebase.egg-info/SOURCES.txt
7
+ src/gamebase.egg-info/dependency_links.txt
8
+ src/gamebase.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ gamebase