aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-05-15 19:02:11 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-05-15 19:02:11 -0500
commit029cad45c6fb61ac96b7601288a76523f98a247e (patch)
tree5f637c1959f8237a2f43d8229d3efabe95c15185 /setup.py
parente2decbcf1e0c9be461a5ee1ac40d3a7fe5492b36 (diff)
downloadmediagoblin-029cad45c6fb61ac96b7601288a76523f98a247e.tar.lz
mediagoblin-029cad45c6fb61ac96b7601288a76523f98a247e.tar.xz
mediagoblin-029cad45c6fb61ac96b7601288a76523f98a247e.zip
./bin/gmg shell! Should make a lot of peoples' hacking lives easier I suspect :)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 08887dee..752f1b57 100644
--- a/setup.py
+++ b/setup.py
@@ -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