From: Joe Wreschnig Date: Wed, 17 Mar 2010 09:14:32 +0000 (-0700) Subject: Fix template.xml typo. X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=commitdiff_plain;h=981efbdee51c41be0cf573201254866877f2e695 Fix template.xml typo. --- 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