parabellum 0.1.0__tar.gz → 0.1.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.
@@ -1,10 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: parabellum
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Parabellum environment for parallel warfare simulation
5
+ Home-page: https://github.com/syrkis/parabellum
6
+ License: MIT
7
+ Keywords: warfare,simulation,parallel,environment
5
8
  Author: Noah Syrkis
6
- Author-email: noah@syrkis.com
9
+ Author-email: desk@syrkis.com
7
10
  Requires-Python: >=3.11,<4.0
11
+ Classifier: License :: OSI Approved :: MIT License
8
12
  Classifier: Programming Language :: Python :: 3
9
13
  Classifier: Programming Language :: Python :: 3.11
10
14
  Classifier: Programming Language :: Python :: 3.12
@@ -13,6 +17,7 @@ Requires-Dist: jaxmarl (==0.0.3)
13
17
  Requires-Dist: jupyterlab (>=4.2.2,<5.0.0)
14
18
  Requires-Dist: moviepy (>=1.0.3,<2.0.0)
15
19
  Requires-Dist: pygame (>=2.5.2,<3.0.0)
20
+ Project-URL: Repository, https://github.com/syrkis/parabellum
16
21
  Description-Content-Type: text/markdown
17
22
 
18
23
  # parabellum
@@ -1,9 +1,12 @@
1
1
  [tool.poetry]
2
2
  name = "parabellum"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "Parabellum environment for parallel warfare simulation"
5
- authors = ["Noah Syrkis <noah@syrkis.com>"]
5
+ authors = ["Noah Syrkis <desk@syrkis.com>"]
6
6
  readme = "README.md"
7
+ repository = "https://github.com/syrkis/parabellum"
8
+ license = "MIT"
9
+ keywords = ["warfare", "simulation", "parallel", "environment"]
7
10
 
8
11
  [tool.poetry.dependencies]
9
12
  python = "^3.11"
@@ -13,7 +16,7 @@ jupyterlab = "^4.2.2"
13
16
  darkdetect = "^0.8.0"
14
17
  jaxmarl = "0.0.3"
15
18
 
16
-
17
19
  [build-system]
18
20
  requires = ["poetry-core"]
19
21
  build-backend = "poetry.core.masonry.api"
22
+
File without changes
File without changes
File without changes