From 46cbd75411b2051a570c09fa449bbfb4ac677bda Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 21 Feb 2015 14:14:47 +0100 Subject: [PATCH] Consistency --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d18d929e..5056a10c 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def find_meta(meta): class PyTest(TestCommand): - user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")] + user_options = [("pytest-args=", "a", "Arguments to pass to py.test")] def initialize_options(self): TestCommand.initialize_options(self) @@ -76,7 +76,7 @@ if __name__ == "__main__": read("README.rst") + "\n\n" + read("AUTHORS.rst") ), - packages=find_packages(exclude=['tests*']), + packages=find_packages(exclude=["tests*"]), zip_safe=False, classifiers=[ "Development Status :: 3 - Alpha",