unswbc 0.0.0__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.
- unswbc-0.0.0/PKG-INFO +14 -0
- unswbc-0.0.0/README.md +6 -0
- unswbc-0.0.0/pyproject.toml +16 -0
- unswbc-0.0.0/setup.cfg +4 -0
- unswbc-0.0.0/unswbc.egg-info/PKG-INFO +14 -0
- unswbc-0.0.0/unswbc.egg-info/SOURCES.txt +6 -0
- unswbc-0.0.0/unswbc.egg-info/dependency_links.txt +1 -0
- unswbc-0.0.0/unswbc.egg-info/top_level.txt +1 -0
unswbc-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: unswbc
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: UNSW Battlecode toolkit - name reserved, first release coming soon
|
|
5
|
+
Project-URL: Homepage, https://battlecode.au
|
|
6
|
+
Requires-Python: >=3.11
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# unswbc
|
|
10
|
+
|
|
11
|
+
The UNSW Battlecode toolkit: `unswbc init`, `unswbc run`, `unswbc doctor`.
|
|
12
|
+
|
|
13
|
+
This is a placeholder. The first working release follows shortly.
|
|
14
|
+
See https://battlecode.au
|
unswbc-0.0.0/README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "unswbc"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "UNSW Battlecode toolkit - name reserved, first release coming soon"
|
|
9
|
+
requires-python = ">=3.11"
|
|
10
|
+
readme = "README.md"
|
|
11
|
+
|
|
12
|
+
[project.urls]
|
|
13
|
+
Homepage = "https://battlecode.au"
|
|
14
|
+
|
|
15
|
+
[tool.setuptools]
|
|
16
|
+
packages = []
|
unswbc-0.0.0/setup.cfg
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: unswbc
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: UNSW Battlecode toolkit - name reserved, first release coming soon
|
|
5
|
+
Project-URL: Homepage, https://battlecode.au
|
|
6
|
+
Requires-Python: >=3.11
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# unswbc
|
|
10
|
+
|
|
11
|
+
The UNSW Battlecode toolkit: `unswbc init`, `unswbc run`, `unswbc doctor`.
|
|
12
|
+
|
|
13
|
+
This is a placeholder. The first working release follows shortly.
|
|
14
|
+
See https://battlecode.au
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|