projects
/
python-bulletml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba81e7d
)
bulletml-parse is a dumb program.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Wed, 17 Mar 2010 09:13:43 +0000
(
02:13
-0700)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Wed, 17 Mar 2010 09:13:43 +0000
(
02:13
-0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index c3b572677df8ae6d41f0c94857ea2bc7766512da..25688c31e25b217c9f9e39e596ca9678b536dd4a 100755
(executable)
--- 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.