Skip to content

Commit 0096e32

Browse files
committed
Adjust pyproject.toml comments to fix build pip build at readthedocs
1 parent fa930c4 commit 0096e32

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.2.1 unreleased
2+
3+
* Adjust pyproject.toml comments to fix build pip build at readthedocs.
4+
15
Version 0.2.0 08 Jan 2025
26

37
* Migrate to Poetry v2 and project-managed Poetry plugins.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Games/Entertainment :: Board Games",
2222
"Topic :: Software Development :: Libraries",
2323
]
24-
version = "0.0.0" # published version is managed using Git tags (see below)
24+
version = "0.0.0"
2525

2626
[tool.poetry.requires-plugins]
2727
poetry-dynamic-versioning = { version=">=1.5.0,<2.0.0", extras=["plugin"] }

0 commit comments

Comments
 (0)