Skip to content

Commit

Permalink
Use setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpetrello committed Apr 3, 2014
1 parent 078a0d0 commit 26394f8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions setup.py
@@ -1,10 +1,5 @@
try:
from setuptools import setup, find_packages
except ImportError:
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages # noqa
from distutils.core import Command
from setuptools import setup, find_packages, Command
import sys

__version__ = '0.2.0'
tests_require = []
Expand Down

0 comments on commit 26394f8

Please sign in to comment.