Skip to content

Commit a123141

Browse files
committed
pointer to make changelog link show up on our pypi page
1 parent 3f68884 commit a123141

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/packaging/pypi/setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/cmu-delphi/delphi-epidata",
15+
project_urls={
16+
"Changelog": "https://github.com/cmu-delphi/delphi-epidata/blob/dev/src/client/packaging/pypi/CHANGELOG.md",
17+
},
1518
packages=setuptools.find_packages(),
1619
install_requires=["aiohttp", "requests>=2.7.0", "tenacity"],
1720
classifiers=[

0 commit comments

Comments
 (0)