Add Changelog to links on PyPI (#2860)

Signed-off-by: Simon Willison <swillison@gmail.com>
This commit is contained in:
Simon Willison 2024-08-14 13:28:04 -07:00 committed by GitHub
parent b99ca17a7d
commit 7073fe341f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,7 @@ setup(
project_urls={
"Documentation": "https://docs.gpt4all.io/gpt4all_python.html",
"Source code": "https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-bindings/python",
"Changelog": "https://github.com/nomic-ai/gpt4all/blob/main/gpt4all-bindings/python/CHANGELOG.md",
},
classifiers = [
"Programming Language :: Python :: 3",