We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af1593a + 5d8e717 commit 7200315Copy full SHA for 7200315
setup.cfg
@@ -1,2 +1,2 @@
1
[metadata]
2
-description-file = README.md
+description-file = README.md
setup.py
@@ -35,6 +35,7 @@
35
],
36
install_requires=INSTALL_REQUIRES,
37
url=URL,
38
+ download_url='https://github.com/redhat-aqe/python-kafka-logger/archive/{0}.tar.gz'.format(VERSION),
39
description=SHORT_DESCRIPTION,
40
long_description=DESCRIPTION,
41
license=LICENSE,
0 commit comments