Update setup.py
A `description` is needed so that project is not listed as `UNKNOWN` on `pypi`
This commit is contained in:
parent
b29b4e175f
commit
478e4c9365
1
setup.py
1
setup.py
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user