Skip to content

Commit

Permalink
Merge pull request #2 from rmonegro/setup
Browse files Browse the repository at this point in the history
Add setup.cfg and update URL
  • Loading branch information
rmonegro authored Apr 5, 2019
2 parents 1649df0 + 2a85cd7 commit af1593a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
NAME = 'python-kafka-logger'
EMAILS = 'mbirger@redhat.com, mjahudko@readhat.com, rmonegro@redhat.com'
AUTHORS = 'Mark Birger, Michaela Jahudkova, Robert Monegro'
VERSION = '0.0.1'
VERSION = '0.1.1'

URL = '<need repo url>'
URL = 'https://github.com/redhat-aqe/python-kafka-logger'
LICENSE = 'GPLv3'


Expand Down

0 comments on commit af1593a

Please sign in to comment.