Skip to content
Snippets Groups Projects
Commit dd487f61 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Change name to loo.py (for PyPI), bump version.

parent a52e9354
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,8 @@ THE SOFTWARE. ...@@ -23,8 +23,8 @@ THE SOFTWARE.
VERSION = (2011, 1) VERSION = (2013, 1)
VERSION_STATUS = "alpha" VERSION_STATUS = "beta"
VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
...@@ -21,7 +21,7 @@ finally: ...@@ -21,7 +21,7 @@ finally:
exec(compile(version_file_contents, "pyopencl/version.py", 'exec'), ver_dic) exec(compile(version_file_contents, "pyopencl/version.py", 'exec'), ver_dic)
setup(name="loopy", setup(name="loo.py",
version=ver_dic["VERSION_TEXT"], version=ver_dic["VERSION_TEXT"],
description="An automatic loop generator for OpenCL", description="An automatic loop generator for OpenCL",
long_description="", long_description="",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment