X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=setup.py;h=2d32e728d1c04f51cf4da7509f501d2d074eb6a4;hp=c3b572677df8ae6d41f0c94857ea2bc7766512da;hb=41f351faf847cb5bc88c7ff5fc6c21bafc9aa5ee;hpb=259cb70b213abdbcc0ae255aaf275e0bfeabbb10 diff --git a/setup.py b/setup.py index c3b5726..2d32e72 100755 --- a/setup.py +++ b/setup.py @@ -43,8 +43,8 @@ if __name__ == "__main__": author_email="joe.wreschnig@gmail.com", license="MIT-style", packages=["bulletml"], - data_files=glob.glob("examples/*/*.xml") + ["examples/template/xml"], - scripts=["bulletml-parse", "bulletml-runner"], + data_files=glob.glob("examples/*/*.xml") + ["examples/template.xml"], + 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.