@@ -23,8 +23,8 @@ def run(self):
2323 _build_py .run (self )
2424
2525setup (name = 'python-uinput' ,
26- version = '0.6.2 ' ,
27- description = 'Python bindings for Linux uinput system .' ,
26+ version = '0.7 ' ,
27+ description = 'Pythonic API to the Linux uinput kernel module .' ,
2828 author = 'Tuomas Jorma Juhani Räsänen' ,
2929 author_email = 'tuomasjjrasanen@tjjr.fi' ,
3030 url = 'http://tjjr.fi/sw/python-uinput/' ,
@@ -40,11 +40,11 @@ def run(self):
4040 "Topic :: System :: Operating System Kernels :: Linux" ,
4141 "Programming Language :: Python :: 2.5" ,
4242 "Programming Language :: Python :: 2.6" ,
43+ "Programming Language :: Python :: 2.7" ,
4344 ],
4445 long_description = """
45- Uinput is a Linux kernel module which allows attaching user-space
46- device drivers into the Linux kernel. Python-uinput provides a
47- pythonic API to the Linux uinput system.
46+ Python-uinput is Python interface to the Linux uinput kernel module
47+ which allows attaching userspace device drivers into kernel.
4848""" ,
4949 cmdclass = {'build_py' : build_py },
5050 ext_modules = [Extension ('_libsuinput' , ['libsuinput/src/suinput.c' ],
0 commit comments