From bc3494e908ba0e92b721d94e39b920f710fe7eba Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Sun, 13 Mar 2016 17:13:15 +0100 Subject: [PATCH] setup.py: remove testsuite declaration --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e206d73..0731683 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,6 @@ setup( 'functions of php to python.', long_description=get_docs(), zip_safe=False, - test_suite='tests', classifiers=[ 'License :: OSI Approved :: BSD License', 'Programming Language :: PHP',