Skip to content

Commit

Permalink
introduce CHANGELOG.md file for the python delphi_epidata client (#1290)
Browse files Browse the repository at this point in the history
* introduce changelog file for the python delphi_epidata client

* pointer to make changelog link show up on our pypi page
  • Loading branch information
melange396 authored Sep 28, 2023
1 parent 94a2551 commit ed124c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/client/packaging/pypi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

All notable future changes to the `delphi_epidata` python client will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [4.1.10] - 2023-09-28

### Added
- Established this Changelog
3 changes: 3 additions & 0 deletions src/client/packaging/pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/cmu-delphi/delphi-epidata",
project_urls={
"Changelog": "https://github.com/cmu-delphi/delphi-epidata/blob/dev/src/client/packaging/pypi/CHANGELOG.md",
},
packages=setuptools.find_packages(),
install_requires=["aiohttp", "requests>=2.7.0", "tenacity"],
classifiers=[
Expand Down

0 comments on commit ed124c1

Please sign in to comment.