diff options
author | Low Kian Seong <kianseong@gmail.com> | 2014-08-26 07:06:01 +0800 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-09-07 09:37:33 -0500 |
commit | 478e4c9365cd2a6df1d7dc6b59c18c0a8289ca6c (patch) | |
tree | cbe03622806c3cd507571cc627377c75d081a1f2 | |
parent | b29b4e175fc85bf680d5859f68b47d48e6ed478b (diff) | |
download | mediagoblin-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |