summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlowks <kianseong@gmail.com>2014-08-28 21:55:55 +0000
committerlowks <kianseong@gmail.com>2014-08-28 21:55:55 +0000
commit693dff015460e2522c3a5878ddc0aed64adb7b21 (patch)
tree865111322724aee3b9a3aa270887b7153afd1522
parentcd5731d32695a469440341dd30cc9e7adde4a9b8 (diff)
downloadpytest-runner-693dff015460e2522c3a5878ddc0aed64adb7b21.tar.gz
setup.py edited online with Bitbucket adding description so that project is not listed as "UNKNOWN" on "pypi"
--HG-- branch : lowks/setuppy-edited-online-with-bitbucket-add-1409262323568
-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 = {