|
33 | 33 | ecodes_c = Extension('evdev._ecodes', sources=['evdev/ecodes.c'], extra_compile_args=cflags) |
34 | 34 |
|
35 | 35 | kw = { |
36 | | - 'name' : 'evdev', |
37 | | - 'version' : '0.4.4', |
| 36 | + 'name': 'evdev', |
| 37 | + 'version': '0.4.4', |
38 | 38 |
|
39 | | - 'description' : 'Bindings for the linux input handling subsystem', |
40 | | - 'long_description' : open(pjoin(here, 'README.rst')).read(), |
| 39 | + 'description': 'Bindings for the linux input handling subsystem', |
| 40 | + 'long_description': open(pjoin(here, 'README.rst')).read(), |
41 | 41 |
|
42 | | - 'author' : 'Georgi Valkov', |
43 | | - 'author_email' : 'georgi.t.valkov@gmail.com', |
44 | | - 'license' : 'Revised BSD License', |
| 42 | + 'author': 'Georgi Valkov', |
| 43 | + 'author_email': 'georgi.t.valkov@gmail.com', |
| 44 | + 'license': 'Revised BSD License', |
45 | 45 |
|
46 | | - 'keywords' : 'evdev input uinput', |
47 | | - 'classifiers' : classifiers, |
48 | | - 'url' : 'https://github.com/gvalkov/python-evdev', |
| 46 | + 'keywords': 'evdev input uinput', |
| 47 | + 'classifiers': classifiers, |
| 48 | + 'url': 'https://github.com/gvalkov/python-evdev', |
49 | 49 |
|
50 | | - 'packages' : ['evdev'], |
51 | | - 'ext_modules' : [input_c, uinput_c, ecodes_c], |
52 | | - 'tests_require' : ['pytest'], |
| 50 | + 'packages': ['evdev'], |
| 51 | + 'ext_modules': [input_c, uinput_c, ecodes_c], |
| 52 | + 'tests_require': ['pytest'], |
53 | 53 |
|
54 | | - 'include_package_data' : False, |
55 | | - 'zip_safe' : True, |
56 | | - 'cmdclass' : {}, |
| 54 | + 'include_package_data': False, |
| 55 | + 'zip_safe': True, |
| 56 | + 'cmdclass': {}, |
57 | 57 | } |
58 | 58 |
|
59 | 59 |
|
|
0 commit comments