File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 Python-uinput NEWS -- history of user-visible changes
33=======================================================
44
5- x.y.z
6- =====
5+ 0.11.0
6+ ======
77
88- New device method to close the device: ``Device.destroy() ``
99
Original file line number Diff line number Diff line change 33from distutils .core import setup , Extension
44
55setup (name = 'python-uinput' ,
6- version = '0.10.2 ' ,
6+ version = '0.11.0 ' ,
77 description = 'Pythonic API to Linux uinput kernel module.' ,
88 author = 'Tuomas Räsänen' ,
99 author_email = 'tuomasjjrasanen@tjjr.fi' ,
1212 packages = ['uinput' ],
1313 license = 'GPLv3+' ,
1414 platforms = ['Linux' ],
15- download_url = 'http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.10.2 .tar.gz' ,
15+ download_url = 'http://tjjr.fi/sw/python-uinput/releases/python-uinput-0.11.0 .tar.gz' ,
1616 classifiers = [
1717 "Development Status :: 4 - Beta" ,
1818 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments