File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.6
2- ===
3-
41- Simplified API.
52
63- Uses ctypes instead of extension modules.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Create and use a new uinput device with key-capabilities:
3030General information
3131-------------------
3232
33- - Version: 0.6
33+ - Version: 0.5
3434- License: GPLv3+ (see COPYING for details)
3535- Author: Tuomas Jorma Juhani Räsänen
3636- Homepage: <http://tjjr.fi/sw/python-uinput/>
Original file line number Diff line number Diff line change 33from distutils .core import setup
44
55setup (name = 'python-uinput' ,
6- version = '0.6 ' ,
6+ version = '0.5 ' ,
77 description = 'Python bindings for Linux uinput system.' ,
88 author = 'Tuomas Jorma Juhani Räsänen' ,
99 author_email = 'tuomasjjrasanen@tjjr.fi' ,
1010 url = 'http://tjjr.fi/sw/python-uinput/' ,
11- download_url = 'http://tjjr.fi/sw/python-uinput/src/python-uinput-0.6 .tar.gz' ,
11+ download_url = 'http://tjjr.fi/sw/python-uinput/src/python-uinput-0.5 .tar.gz' ,
1212 package_dir = {'uinput' : 'src' },
1313 packages = ['uinput' ],
1414 license = 'GPLv3+' ,
You can’t perform that action at this time.
0 commit comments