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