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.8
2+ ===
3+
4+ - device id fields can be given in the constructor: bustype, vendor,
5+ product and version
6+
7+ - an example of udev rule
8+
190.7
210===
311
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def run(self):
2323 _build_py .run (self )
2424
2525setup (name = 'python-uinput' ,
26- version = '0.7 ' ,
26+ version = '0.8 ' ,
2727 description = 'Pythonic API to the Linux uinput kernel module.' ,
2828 author = 'Tuomas Jorma Juhani Räsänen' ,
2929 author_email = 'tuomasjjrasanen@tjjr.fi' ,
@@ -32,7 +32,7 @@ def run(self):
3232 packages = ['uinput' ],
3333 license = 'GPLv3+' ,
3434 platforms = ['Linux' ],
35- download_url = 'https://launchpad.net/python-uinput/trunk/0.7 /+download/python-uinput-0.7 .tar.gz' ,
35+ download_url = 'https://launchpad.net/python-uinput/trunk/0.8 /+download/python-uinput-0.8 .tar.gz' ,
3636 classifiers = [
3737 "Development Status :: 3 - Alpha" ,
3838 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments