From 87c41141b066288a265d989bca8ec05eff6cb544 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sun, 28 Jun 2015 17:37:08 +0200 Subject: [PATCH] cleaned up setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bac9ec9..3c9530a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) from setuptools import setup, Command -# you can also import from setuptools + class PyTest(Command): user_options = []