Skip to content

Commit e0abe93

Browse files
committed
Include changelog in setup.py
1 parent a2582e9 commit e0abe93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
project_urls={
2828
"Repository": (
2929
"https://github.com/smheidrich/py-json-stream-rs-tokenizer"
30-
)
30+
),
31+
"Changelog": (
32+
"https://github.com/smheidrich/py-json-stream-rs-tokenizer/blob/main/CHANGELOG.md"
33+
),
3134
},
3235
python_requires=">=3.8,<3.15",
3336
install_requires=[],

0 commit comments

Comments
 (0)