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 2626 # Versions should comply with PEP440. For a discussion on single-sourcing
2727 # the version across setup.py and the project code, see
2828 # https://packaging.python.org/en/latest/development.html#single-sourcing-the-version
29- version = '1.0.3 ' ,
29+ version = '1.1.1 ' ,
3030
3131 description = 'An improved Python library for i3wm extensions' ,
3232 long_description = long_description ,
5757
5858 # Specify the Python versions you support here. In particular, ensure
5959 # that you indicate whether you support Python 2, Python 3 or both.
60+ 'Programming Language :: Python :: 2' ,
6061 'Programming Language :: Python :: 3' ,
6162 'Programming Language :: Python :: 3.2' ,
6263 'Programming Language :: Python :: 3.3' ,
7576 # project is installed. For an analysis of "install_requires" vs pip's
7677 # requirements files see:
7778 # 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' ],
7980
8081 # List additional groups of dependencies here (e.g. development dependencies).
8182 # You can install these using the following syntax, for example:
You can’t perform that action at this time.
0 commit comments