We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be662d commit 4506191Copy full SHA for 4506191
setup.py
@@ -29,6 +29,7 @@
29
'Intended Audience :: Developers',
30
'Topic :: Software Development :: Libraries',
31
'License :: OSI Approved :: BSD License',
32
+ 'Programming Language :: Python :: Implementation :: CPython',
33
)
34
35
input_c = Extension('evdev._input', sources=['evdev/input.c'], ) # extra_compile_args=['-O0'])
0 commit comments