Skip to content

Commit 2f14a2f

Browse files
authored
Merge pull request #5 from rmonegro/update_version
Update repo url
2 parents 3cab60c + bc9787a commit 2f14a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
AUTHORS = 'Mark Birger, Michaela Jahudkova, Robert Monegro'
1010
VERSION = '0.1.2'
1111

12-
URL = 'https://github.com/redhat-aqe/python-kafka-logger'
12+
URL = 'https://github.com/redhat-aqe/kafka-logging-handler'
1313
LICENSE = 'GPLv3'
1414

1515

@@ -35,7 +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),
38+
download_url='https://github.com/redhat-aqe/kafka-logging-handler/archive/{0}.tar.gz'.format(VERSION),
3939
description=SHORT_DESCRIPTION,
4040
long_description=DESCRIPTION,
4141
license=LICENSE,

0 commit comments

Comments
 (0)