File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 26
26
# Versions should comply with PEP440. For a discussion on single-sourcing
27
27
# the version across setup.py and the project code, see
28
28
# https://packaging.python.org/en/latest/development.html#single-sourcing-the-version
29
- version = '1.0.3 ' ,
29
+ version = '1.1.1 ' ,
30
30
31
31
description = 'An improved Python library for i3wm extensions' ,
32
32
long_description = long_description ,
57
57
58
58
# Specify the Python versions you support here. In particular, ensure
59
59
# that you indicate whether you support Python 2, Python 3 or both.
60
+ 'Programming Language :: Python :: 2' ,
60
61
'Programming Language :: Python :: 3' ,
61
62
'Programming Language :: Python :: 3.2' ,
62
63
'Programming Language :: Python :: 3.3' ,
75
76
# project is installed. For an analysis of "install_requires" vs pip's
76
77
# requirements files see:
77
78
# https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-files
78
- install_requires = ['python3-xlib' ],
79
+ install_requires = ['python3-xlib' , 'python-xlib' , 'enum34' ],
79
80
80
81
# List additional groups of dependencies here (e.g. development dependencies).
81
82
# You can install these using the following syntax, for example:
You can’t perform that action at this time.
0 commit comments