diff --git a/MANIFEST.in b/MANIFEST.in index b04caf8b64c87d4469166559989695921e684050..7db742df6a0acb566cf997c03eb38311024c5c08 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -24,5 +24,6 @@ include Makefile.in include aksetup_helper.py include README_SETUP.txt include README.rst +include LICENSE recursive-include contrib *.vim *.py README diff --git a/pyopencl/version.py b/pyopencl/version.py index a0b428c42f2ebf49667fa8e7a9a48f643c23b915..36726d2bc5690aedac51c1a28d36c77125bd6ede 100644 --- a/pyopencl/version.py +++ b/pyopencl/version.py @@ -1,3 +1,3 @@ -VERSION = (2015, 1) +VERSION = (2015, 2) VERSION_STATUS = "" VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS diff --git a/setup.py b/setup.py index 52fea857e9cb22eabc455451d751e8ed0bae1ad3..4a1073e1b186116a2f84119609d420f9118482db 100644 --- a/setup.py +++ b/setup.py @@ -143,6 +143,10 @@ def main(): print("work, you might want to install Mako after you finish ") print("installing PyOpenCL.") print("") + print("Simply type") + print("python -m pip install mako") + print("either now or after the installation completes to fix this.") + print("") print("[1] http://www.makotemplates.org/") print(separator) print("Hit Ctrl-C now if you'd like to think about the situation.")