Skip to content

Commit

Permalink
Don't import tornadis in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Marandon committed Mar 3, 2015
1 parent a581306 commit 59b1ad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# See the LICENSE file for more information.

from setuptools import setup, find_packages
import tornadis

DESCRIPTION = "tornadis is an async minimal redis client for tornado " \
"ioloop designed for performances (use C hiredis parser)"
Expand All @@ -22,7 +21,7 @@
line.startswith('--'))]
setup(
name='tornadis',
version=tornadis.__version__,
version="0.1.0",
author="Fabien MARTY",
author_email="fabien.marty@gmail.com",
url="https://github.com/thefab/tornadis",
Expand Down

0 comments on commit 59b1ad9

Please sign in to comment.