bulletml-parse is a dumb program.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Wed, 17 Mar 2010 09:13:43 +0000 (02:13 -0700)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Wed, 17 Mar 2010 09:13:43 +0000 (02:13 -0700)
setup.py

index c3b5726..25688c3 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ if __name__ == "__main__":
           license="MIT-style",
           packages=["bulletml"],
           data_files=glob.glob("examples/*/*.xml") + ["examples/template/xml"],
           license="MIT-style",
           packages=["bulletml"],
           data_files=glob.glob("examples/*/*.xml") + ["examples/template/xml"],
-          scripts=["bulletml-parse", "bulletml-runner"],
+          scripts=["bulletml-runner"],
           long_description="""\
 This module parses and runs BulletML scripts. BulletML is a markup
 language for describing complex bullet patterns in shooting games.
           long_description="""\
 This module parses and runs BulletML scripts. BulletML is a markup
 language for describing complex bullet patterns in shooting games.