Skip to content

Commit

Permalink
Avoiding module reference on setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
puentesarrin committed Jan 5, 2015
1 parent 701f4eb commit 2d4aa45
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 @@ -11,7 +11,6 @@
from setuptools import setup

from distutils.cmd import Command
from asyncflux import __version__


with open('README.rst') as f:
Expand Down Expand Up @@ -51,7 +50,7 @@ def run(self):

setup(
name='asyncflux',
version=__version__,
version='0.0+',
url='https://github.com/puentesarrin/asyncflux',
description='Asynchronous client for InfluxDB and Tornado.',
long_description=readme_content,
Expand Down

0 comments on commit 2d4aa45

Please sign in to comment.