Skip to content

Commit a28d137

Browse files
author
Tony Crisci
committed
Bump to version 1.1.1
This version includes the following improvements: * Python 2 support * Support the `window_instance` container property * Pep8 compliance code cleanup
1 parent a69b338 commit a28d137

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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,
@@ -57,6 +57,7 @@
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',
@@ -75,7 +76,7 @@
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:

0 commit comments

Comments
 (0)