From: Christopher Allan Webber Date: Sun, 7 Sep 2014 14:39:01 +0000 (-0500) Subject: Slight tweak to the description wording X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a6570fae0303eec403034bbea61235c85cdb0654;p=mediagoblin.git Slight tweak to the description wording --- 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",