0.0.2 of GNU MediaGoblin!

This commit is contained in:
Christopher Allan Webber 2011-05-31 19:54:26 -05:00
parent 155f24f9f5
commit 4d4b49a84e

View File

@ -18,7 +18,7 @@ from setuptools import setup, find_packages
setup(
name = "mediagoblin",
version = "0.0.1",
version = "0.0.2",
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
zip_safe=False,
# scripts and dependencies
@ -45,7 +45,7 @@ setup(
test_suite='nose.collector',
license = 'AGPLv3',
author = 'Christopher Webber',
author = 'Free Software Foundation and contributors',
author_email = 'cwebber@gnu.org',
entry_points = """\
[console_scripts]