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 3cab60c + bc9787a commit 2f14a2fCopy full SHA for 2f14a2f
setup.py
@@ -9,7 +9,7 @@
9
AUTHORS = 'Mark Birger, Michaela Jahudkova, Robert Monegro'
10
VERSION = '0.1.2'
11
12
-URL = 'https://github.com/redhat-aqe/python-kafka-logger'
+URL = 'https://github.com/redhat-aqe/kafka-logging-handler'
13
LICENSE = 'GPLv3'
14
15
@@ -35,7 +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),
+ download_url='https://github.com/redhat-aqe/kafka-logging-handler/archive/{0}.tar.gz'.format(VERSION),
39
description=SHORT_DESCRIPTION,
40
long_description=DESCRIPTION,
41
license=LICENSE,
0 commit comments