From 951f3c03bf27e02c4b68530d1efd35990374adbe Mon Sep 17 00:00:00 2001 From: Low Kian Seong Date: Fri, 8 Aug 2014 15:39:17 +0800 Subject: [PATCH] Update setup.py Adding a description so that project is not listed as `UNKNOWN`on `pypi` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f29bb5b..498bdbe 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def find_version(*file_paths): setup( name='orchard', version=find_version("orchard", "__init__.py"), - description='', + description='Python orchard client', url='https://www.orchardup.com', author='Orchard Laboratories Ltd.', author_email='hello@orchardup.com',