Skip to content

Commit 9796a3b

Browse files
committed
Minor cleanups.
1 parent e090f85 commit 9796a3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lupa/_lupa.pyx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# cython: embedsignature=True, binding=True, language_level=3str
1+
# cython: embedsignature=True
2+
# cython: binding=True
3+
# cython: language_level=3
24

35
"""
46
A fast Python wrapper around Lua and LuaJIT2.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ def write_file(filename, content):
472472
dev_status(VERSION),
473473
'Intended Audience :: Developers',
474474
'Intended Audience :: Information Technology',
475-
'License :: OSI Approved :: MIT License',
476475
'Programming Language :: Cython',
477476
'Programming Language :: Python :: 3',
478477
'Programming Language :: Lua',

0 commit comments

Comments
 (0)