diff setup.py @ 191:a16401b8b989

Rename command-line script to avoid conflict with the OpenBabel project. Closes #34.
author cmlenz
date Fri, 29 Jun 2007 14:50:20 +0000
parents e927dffc9ab4
children bd8b1301b27e
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -135,7 +135,7 @@
 
     entry_points = """
     [console_scripts]
-    babel = babel.messages.frontend:main
+    pybabel = babel.messages.frontend:main
     
     [distutils.commands]
     compile_catalog = babel.messages.frontend:compile_catalog
Copyright (C) 2012-2017 Edgewall Software