Skip to content

Commit 3fbd83a

Browse files
committed
fix links to changelog
1 parent 76ccace commit 3fbd83a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datacrunch_compat/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
Homepage = "https://github.com/verda-cloud"
2626
Documentation = "https://datacrunch-python.readthedocs.io/"
2727
Repository = "https://github.com/verda-cloud/sdk-python"
28-
Changelog = "https://datacrunch-python.readthedocs.io/en/latest/changelog.html"
28+
Changelog = "https://github.com/verda-cloud/sdk-python/blob/master/CHANGELOG.md"
2929

3030
[build-system]
3131
requires = ["uv_build>=0.9.5,<0.10.0"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dev = [
3737
Homepage = "https://github.com/verda-cloud"
3838
Documentation = "https://datacrunch-python.readthedocs.io/"
3939
Repository = "https://github.com/verda-cloud/sdk-python"
40-
Changelog = "https://datacrunch-python.readthedocs.io/en/latest/changelog.html"
40+
Changelog = "https://github.com/verda-cloud/sdk-python/blob/master/CHANGELOG.md"
4141

4242
[build-system]
4343
requires = ["uv_build>=0.9.5,<0.10.0"]

0 commit comments

Comments
 (0)