summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 11be783..2679782 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,8 @@ 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.",
+ description="Invoke py.test as distutils command with dependency "
+ "resolution.",
py_modules = ['ptr'],
zip_safe=True,
entry_points = {