From 693dff015460e2522c3a5878ddc0aed64adb7b21 Mon Sep 17 00:00:00 2001 From: lowks Date: Thu, 28 Aug 2014 21:55:55 +0000 Subject: 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 --- setup.py | 1 + 1 file changed, 1 insertion(+) 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 = { -- cgit v1.2.1