Skip to content

Commit

Permalink
re-name pypi package from pyDruid -> pydruid
Browse files Browse the repository at this point in the history
  • Loading branch information
Deep Ganguli committed Mar 7, 2014
1 parent d64a56b commit bc625b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup

setup(
name='pyDruid',
name='pydruid',
version='0.2.0',
author='Deep Ganguli',
author_email='deep@metamarkets.com',
packages=['pydruid', 'pydruid.utils'],
url='http://pypi.python.org/pypi/pyDruid/',
url='http://pypi.python.org/pypi/pydruid/',
license='LICENSE',
description='A Python connector for Druid.',
long_description='See https://github.com/metamx/pydruid for more information.',
Expand Down

0 comments on commit bc625b5

Please sign in to comment.