Update setup.py

A `description` is needed so that project is not listed as `UNKNOWN` on `pypi`
This commit is contained in:
Low Kian Seong 2014-08-26 07:06:01 +08:00 committed by Christopher Allan Webber
parent b29b4e175f
commit 478e4c9365

View File

@ -115,6 +115,7 @@ try:
url="http://mediagoblin.org/", url="http://mediagoblin.org/",
download_url="http://mediagoblin.org/download/", download_url="http://mediagoblin.org/download/",
long_description=open(READMEFILE).read(), long_description=open(READMEFILE).read(),
description='MediaGoblin is a place to store all your different media',
classifiers=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Environment :: Web Environment", "Environment :: Web Environment",