Documentation.
[python-bulletml.git] / setup.py
index c3b5726..2d32e72 100755 (executable)
--- 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.