We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f68884 commit a123141Copy full SHA for a123141
src/client/packaging/pypi/setup.py
@@ -12,6 +12,9 @@
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
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
+ },
18
packages=setuptools.find_packages(),
19
install_requires=["aiohttp", "requests>=2.7.0", "tenacity"],
20
classifiers=[
0 commit comments