From e032802021af4ad6bb774287146a4c596e91f247 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 28 Aug 2014 18:01:00 -0400 Subject: Update description --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') 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 = { -- cgit v1.2.1