Skip to content

Commit

Permalink
Update naming/repo info
Browse files Browse the repository at this point in the history
  • Loading branch information
skosch authored Nov 22, 2019
1 parent a6291f0 commit 241815e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
long_description = f.read()

setuptools.setup(
name = 'basho-erlastic',
version = '2.1.1',
name = 'python-erlastic',
version = '2.2.0',
description = 'Erlastic',
long_description=long_description,
author = 'Samuel Stauffer, Basho Technologies',
author_email = '[email protected]',
url = 'http://github.com/basho/python-erlastic',
author = 'Multiple',
url = 'http://github.com/skosch/python-erlastic',
packages = ['erlastic'],
install_requires=['six'],
requires=['six'],
Expand Down

0 comments on commit 241815e

Please sign in to comment.