From 478e4c9365cd2a6df1d7dc6b59c18c0a8289ca6c Mon Sep 17 00:00:00 2001 From: Low Kian Seong Date: Tue, 26 Aug 2014 07:06:01 +0800 Subject: [PATCH] Update setup.py A `description` is needed so that project is not listed as `UNKNOWN` on `pypi` --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e2e84f2b..ee5656c4 100644 --- a/setup.py +++ b/setup.py @@ -115,6 +115,7 @@ try: url="http://mediagoblin.org/", download_url="http://mediagoblin.org/download/", long_description=open(READMEFILE).read(), + description='MediaGoblin is a place to store all your different media', classifiers=[ "Development Status :: 3 - Alpha", "Environment :: Web Environment", -- 2.25.1