Skip to content

Commit ed124c1

Browse files
authored
introduce CHANGELOG.md file for the python delphi_epidata client (#1290)
* introduce changelog file for the python delphi_epidata client * pointer to make changelog link show up on our pypi page
1 parent 94a2551 commit ed124c1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
All notable future changes to the `delphi_epidata` python client will be documented in this file.
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5+
6+
## [4.1.10] - 2023-09-28
7+
8+
### Added
9+
- Established this Changelog

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)