projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b29b4e1
)
Update setup.py
author
Low Kian Seong
<kianseong@gmail.com>
Mon, 25 Aug 2014 23:06:01 +0000
(07:06 +0800)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Sun, 7 Sep 2014 14:37:33 +0000
(09:37 -0500)
A `description` is needed so that project is not listed as `UNKNOWN` on `pypi`
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index e2e84f2b37e82d916bc71eeb23b4ca31c8c96953..ee5656c4ef96c6bc5459e049ecf8802aa15695c5 100644
(file)
--- 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",