X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=25688c31e25b217c9f9e39e596ca9678b536dd4a;hp=c3b572677df8ae6d41f0c94857ea2bc7766512da;hb=30a983024429a7f0f3ac61f669491a03f9b9d3dd;hpb=ba81e7d74da58dc8dfa47949502d2a2759c84309 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.