aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLow Kian Seong <kianseong@gmail.com>2014-08-26 07:06:01 +0800
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-09-07 09:37:33 -0500
commit478e4c9365cd2a6df1d7dc6b59c18c0a8289ca6c (patch)
treecbe03622806c3cd507571cc627377c75d081a1f2
parentb29b4e175fc85bf680d5859f68b47d48e6ed478b (diff)
downloadmediagoblin-478e4c9365cd2a6df1d7dc6b59c18c0a8289ca6c.tar.lz
mediagoblin-478e4c9365cd2a6df1d7dc6b59c18c0a8289ca6c.tar.xz
mediagoblin-478e4c9365cd2a6df1d7dc6b59c18c0a8289ca6c.zip
Update setup.py
A `description` is needed 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 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",