We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e090f85 commit 9796a3bCopy full SHA for 9796a3b
lupa/_lupa.pyx
@@ -1,4 +1,6 @@
1
-# cython: embedsignature=True, binding=True, language_level=3str
+# cython: embedsignature=True
2
+# cython: binding=True
3
+# cython: language_level=3
4
5
"""
6
A fast Python wrapper around Lua and LuaJIT2.
setup.py
@@ -472,7 +472,6 @@ def write_file(filename, content):
472
dev_status(VERSION),
473
'Intended Audience :: Developers',
474
'Intended Audience :: Information Technology',
475
- 'License :: OSI Approved :: MIT License',
476
'Programming Language :: Cython',
477
'Programming Language :: Python :: 3',
478
'Programming Language :: Lua',
0 commit comments