commit | c76d0daa0872ad01137e52c5f14cdef817ca8eba | [log] [tgz] |
---|---|---|
author | David Lord <davidism@gmail.com> | Mon Apr 11 08:22:11 2016 -0700 |
committer | David Lord <davidism@gmail.com> | Mon Apr 11 08:22:11 2016 -0700 |
tree | 996ffc1eb27e57981407ea5d342c517f35372c4f | |
parent | 3226ab507e63f42343cdf2de2df5efbc1bf095c6 [diff] [blame] |
standard test tools setup
diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index ccf68c6..e30df8e --- a/setup.py +++ b/setup.py
@@ -1,3 +1,4 @@ +#!/usr/bin/env python import os import re import ast @@ -98,7 +99,7 @@ 'Topic :: Text Processing :: Markup :: HTML' ], packages=['markupsafe'], - test_suite='markupsafe.tests.suite', + test_suite='tests.suite', include_package_data=True, cmdclass={'build_ext': ve_build_ext}, features=features,