diff --git a/playground/cython/wscript b/playground/cython/wscript index af77756f..9b344726 100644 --- a/playground/cython/wscript +++ b/playground/cython/wscript @@ -4,6 +4,9 @@ from waflib import Logs +APPNAME = 'wafcython' +VERSION = '1.0' + top = '.' out = 'build'