summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-28 18:01:00 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-08-28 18:01:00 -0400
commite032802021af4ad6bb774287146a4c596e91f247 (patch)
treeea16533b13be747c32dc8d10c204748350fa85a2
parent9d29909affc2fcab0479045e6350c9732cf9b81e (diff)
downloadpytest-runner-e032802021af4ad6bb774287146a4c596e91f247.tar.gz
Update description2.1.2
-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 = {