diff --git a/setup.py b/setup.py index f6ccadf..b2ab78a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,5 @@ # -*- coding: UTF-8 -*- -from distutils.core import setup -from setuptools import find_packages +from setuptools import find_packages, setup _version = "0.3" _packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])