aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2020-07-20 22:09:04 +0200
committerNico Schlömer <nico.schloemer@gmail.com>2020-07-20 22:09:04 +0200
commit3cf8b7776db6c7bdb1e26c544cf59c09529fb41d (patch)
treee7acd8af790f3495c528e8bbdebdd031ecbd2a5f /setup.cfg
parentd7027d8fd05f42e0b5f91dcc078f4e89a0b58b66 (diff)
downloadautotiling-3cf8b7776db6c7bdb1e26c544cf59c09529fb41d.tar.gz
add missing dependency
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0eec21d..dfec7f7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,6 +25,7 @@ classifiers =
[options]
packages = find:
install_requires =
+ importlib_metadata;python_version<"3.8"
i3ipc
python_requires = >=3.6
setup_requires =