Adjusting docstrings a bit to my taste.
[mediagoblin.git] / setup.py
index 7d38e52687e96cdf39225190a76cb3e63cc697eb..752f1b57f702724a09b679f75ccb91bd411fae44 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,8 @@ setup(
         'sphinx',
         'PIL',
         'Babel',
+        'translitcodec',
+        'argparse',
         ],
     test_suite='nose.collector',
 
@@ -46,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