File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## Unreleased
9+
10+ ### Changed
11+ - Remove github from download_url
12+
813## 1.1.0 - 2025-04-25
914
1015### Added
Original file line number Diff line number Diff line change @@ -83,8 +83,6 @@ def render_template(template, dataset):
8383 if not kwargs ["download_url" ]:
8484 if "download" in urls and urls ["download" ]:
8585 kwargs ["download_url" ] = urls ["download" ]
86- elif "github" in urls and urls ["github" ]:
87- kwargs ["download_url" ] = urls ["github" ]
8886
8987 keywords = set (["AIFARMS" ])
9088 keywords .update (kwargs .get ("keywords" , "" ))
You can’t perform that action at this time.
0 commit comments