summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-28 17:58:54 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-08-28 17:58:54 -0400
commit9d29909affc2fcab0479045e6350c9732cf9b81e (patch)
tree865111322724aee3b9a3aa270887b7153afd1522
parentcd5731d32695a469440341dd30cc9e7adde4a9b8 (diff)
parent693dff015460e2522c3a5878ddc0aed64adb7b21 (diff)
downloadpytest-runner-9d29909affc2fcab0479045e6350c9732cf9b81e.tar.gz
Merged in lowks/pytest-runner/lowks/setuppy-edited-online-with-bitbucket-add-1409262323568 (pull request #1)
setup.py edited online with Bitbucket adding description so that project is not listed as "UNKNOWN" on "pypi"
-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 = {