aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-09-07 09:39:01 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-09-07 09:39:01 -0500
commita6570fae0303eec403034bbea61235c85cdb0654 (patch)
treea54a12786e1bb2bf0e0da67cdfc03caaada4c957 /setup.py
parent478e4c9365cd2a6df1d7dc6b59c18c0a8289ca6c (diff)
downloadmediagoblin-a6570fae0303eec403034bbea61235c85cdb0654.tar.lz
mediagoblin-a6570fae0303eec403034bbea61235c85cdb0654.tar.xz
mediagoblin-a6570fae0303eec403034bbea61235c85cdb0654.zip
Slight tweak to the description wording
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ee5656c4..468ea294 100644
--- a/setup.py
+++ b/setup.py
@@ -115,7 +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',
+ description='MediaGoblin is a web application for publishing all kinds of media',
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",