summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8b6f115..11be783 100644
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,7 @@ setup_params = dict(
author="Jason R. Coombs",
author_email="jaraco@jaraco.com",
url="https://bitbucket.org/jaraco/pytest-runner",
+ description="Setup scripts can use pytest-runner to add setup.py test support for pytest runner.",
py_modules = ['ptr'],
zip_safe=True,
entry_points = {