Skip to content

Commit 4506191

Browse files
committed
add implementation classifier to setup.py
1 parent 6be662d commit 4506191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'Intended Audience :: Developers',
3030
'Topic :: Software Development :: Libraries',
3131
'License :: OSI Approved :: BSD License',
32+
'Programming Language :: Python :: Implementation :: CPython',
3233
)
3334

3435
input_c = Extension('evdev._input', sources=['evdev/input.c'], ) # extra_compile_args=['-O0'])

0 commit comments

Comments
 (0)