Skip to content

Commit 4eaa7e8

Browse files
committed
Add gif demo for PyPI, readme-replacements config, bump to 0.1.3
- Add trimmed demo.gif (first 50% of webp, 10MB) for PyPI rendering - Add [tool.release-pypi] readme-replacements to swap webp->gif at build time - Fix README to use highjax-rl as PyPI package name - Bump version to 0.1.3
1 parent fe87aec commit 4eaa7e8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "highjax-rl"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "HighJax: A JAX implementation of the HighwayEnv driving environment"
99
readme = "README.md"
1010
license = "MIT"
@@ -66,6 +66,11 @@ highjax_trainer = "highjax_trainer:cli"
6666
[tool.setuptools.package-data]
6767
highjax = ["behaviors/*.json"]
6868

69+
[tool.release-pypi]
70+
readme-replacements = [
71+
["demo.webp", "demo.gif"],
72+
]
73+
6974
[tool.setuptools.packages.find]
7075
where = ["."]
7176
include = ["highjax*"]

0 commit comments

Comments
 (0)