Skip to content

Commit 5d8e717

Browse files
author
Robert Monegro
committed
Add download_url
Adding the download url for releases, the version should match the release
1 parent af1593a commit 5d8e717

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[metadata]
2-
description-file = README.md
2+
description-file = README.md

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
],
3636
install_requires=INSTALL_REQUIRES,
3737
url=URL,
38+
download_url='https://github.com/redhat-aqe/python-kafka-logger/archive/{0}.tar.gz'.format(VERSION),
3839
description=SHORT_DESCRIPTION,
3940
long_description=DESCRIPTION,
4041
license=LICENSE,

0 commit comments

Comments
 (0)