Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e94bc0 commit 89f2b84Copy full SHA for 89f2b84
1 file changed
setup.py
@@ -11,7 +11,7 @@
11
os.unlink("MANIFEST")
12
13
# You may have to change these
14
-LUAVERSION = "5.1"
+LUAVERSION = "5.2"
15
PYLIBS = ["python" + get_python_version(), "pthread", "util"]
16
PYLIBDIR = [get_python_lib(standard_lib=True) + "/config"]
17
LUALIBS = ["lua" + LUAVERSION]
0 commit comments