Skip to content

Commit acfb8a4

Browse files
committed
Fixed publication of the project readme to PyPI
1 parent a21fa33 commit acfb8a4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Changelog
22
---------
3-
3+
- v2.1.1 (2025-09-07)
4+
- Fixed publication of the project readme to PyPI
45
- v2.1.0 (2025-09-07)
56
- Support for Shapeshifter 3.1.0
67
- v2.0.1 (2025-07-08)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "shapeshifter_uftp"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "Implementation of the Shapeshifter (UFTP) protocol"
55
dependencies = [
66
"xsdata[lxml]>=25.0,<26.0",
@@ -13,7 +13,7 @@ dependencies = [
1313
"termcolor",
1414
]
1515
requires-python = ">=3.11"
16-
readme = "README.md"
16+
readme = "README.rst"
1717

1818
[project.urls]
1919
Repository = "https://github.com/shapeshifter/shapeshifter-library-python"

0 commit comments

Comments
 (0)