bulletml-parse is a dumb program.
[python-bulletml.git] / 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"],
-          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.