Skip to content

Commit

Permalink
setup.py: upgrade version to 0.2.0, remove extraneous dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Deep Ganguli committed Mar 7, 2014
1 parent 5e6dfdb commit d64a56b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ test.py
pydruid/bard.py
.DS_store
.idea/
build/
dist/
pyDruid.egg-info/
11 changes: 4 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@

setup(
name='pyDruid',
version='0.1.7',
version='0.2.0',
author='Deep Ganguli',
author_email='deep@metamarkets.com',
packages=['pydruid', 'pydruid.utils'],
url='http://pypi.python.org/pypi/pyDruid/',
license='LICENSE',
description='Druid analytical data-store Python library',
long_description=open('README.txt').read(),
description='A Python connector for Druid.',
long_description='See https://github.com/metamx/pydruid for more information.',
install_requires=[
"pandas >= 0.12",
"simplejson >= 3.3.0",
"matplotlib >= 1.3.0",
"numpy >= 1.7.1"
],
)
)

0 comments on commit d64a56b

Please sign in to comment.