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.9
2+ ===
3+
4+ - Python3 compatibility
5+ - Python2.6 compatibility
6+
170.8
28===
39
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def run(self):
2424 _build_py .run (self )
2525
2626setup (name = 'python-uinput' ,
27- version = '0.8 ' ,
27+ version = '0.9 ' ,
2828 description = 'Pythonic API to the Linux uinput kernel module.' ,
2929 author = 'Tuomas Jorma Juhani Räsänen' ,
3030 author_email = 'tuomasjjrasanen@tjjr.fi' ,
@@ -33,7 +33,7 @@ def run(self):
3333 packages = ['uinput' ],
3434 license = 'GPLv3+' ,
3535 platforms = ['Linux' ],
36- download_url = 'https://launchpad.net/python-uinput/trunk/0.8 /+download/python-uinput-0.8 .tar.gz' ,
36+ download_url = 'https://launchpad.net/python-uinput/trunk/0.9 /+download/python-uinput-0.9 .tar.gz' ,
3737 classifiers = [
3838 "Development Status :: 4 - Beta" ,
3939 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments