From 30a983024429a7f0f3ac61f669491a03f9b9d3dd Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Wed, 17 Mar 2010 02:13:43 -0700 Subject: [PATCH 1/1] bulletml-parse is a dumb program. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c3b5726..25688c3 100755 --- 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. -- 2.20.1