Skip to content

Commit d05f38c

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

4 files changed

Lines changed: 7 additions & 6 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)

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Installation
2828
pip install shapeshifter-uftp
2929
3030
Running tests
31-
------------
31+
-------------
3232

3333
If you want to develop shapeshifter-uftp, you can fork or clone this repository and run the tests:
3434

@@ -230,4 +230,4 @@ To use OAuth in outgoing requests, you can use the provided OAuthClient class. T
230230
client.send_flex_request_response(...)
231231
232232
233-
Similarly, if you have a Service instance that dynamically needs to retrieve the OAuth information for each different recipient server, you can provide an ``oauth_lookup_function`` that takes a ``(sender_domain, sender_role)`` and returns an instance of OAuthClient:
233+
Similarly, if you have a Service instance that dynamically needs to retrieve the OAuth information for each different recipient server, you can provide an ``oauth_lookup_function`` that takes a ``(sender_domain, sender_role)`` and returns an instance of OAuthClient.

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"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)