diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-08-10 11:44:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-10 11:44:31 -0400 |
commit | 5c622c8e25a14957ee67ae960b988e65e82979bf (patch) | |
tree | de686af229a8003da4ab62f249d150268e03385c /py-expression-eval/bld.bat | |
parent | 1f681b09203e640fe5af4e3f86b6db415917b068 (diff) | |
download | astroconda-contrib-5c622c8e25a14957ee67ae960b988e65e82979bf.tar.gz |
Initial commit of py_expression_eval (#250)
Diffstat (limited to 'py-expression-eval/bld.bat')
-rw-r--r-- | py-expression-eval/bld.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py-expression-eval/bld.bat b/py-expression-eval/bld.bat new file mode 100644 index 0000000..39b5e1f --- /dev/null +++ b/py-expression-eval/bld.bat @@ -0,0 +1 @@ +%PYTHON% setup.py install |