cleaned up setup.py

This commit is contained in:
Ilan Steemers
2015-06-28 17:37:08 +02:00
parent b469d0a341
commit 87c41141b0
+1 -1
View File
@@ -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 = []