./bin/gmg shell! Should make a lot of peoples' hacking lives easier I suspect :)

This commit is contained in:
Christopher Allan Webber
2011-05-15 19:02:11 -05:00
parent e2decbcf1e
commit 029cad45c6
2 changed files with 110 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ setup(
'PIL',
'Babel',
'translitcodec',
'argparse',
],
test_suite='nose.collector',
@@ -47,6 +48,9 @@ setup(
author = 'Christopher Webber',
author_email = 'cwebber@gnu.org',
entry_points = """\
[console_scripts]
gmg = mediagoblin.gmg_commands:main_cli
[paste.app_factory]
app = mediagoblin.app:paste_app_factory