diff options
author | Nico Schlömer <nico.schloemer@gmail.com> | 2020-07-20 22:09:04 +0200 |
---|---|---|
committer | Nico Schlömer <nico.schloemer@gmail.com> | 2020-07-20 22:09:04 +0200 |
commit | 3cf8b7776db6c7bdb1e26c544cf59c09529fb41d (patch) | |
tree | e7acd8af790f3495c528e8bbdebdd031ecbd2a5f /setup.cfg | |
parent | d7027d8fd05f42e0b5f91dcc078f4e89a0b58b66 (diff) | |
download | autotiling-3cf8b7776db6c7bdb1e26c544cf59c09529fb41d.tar.gz |
add missing dependency
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ classifiers = [options] packages = find: install_requires = + importlib_metadata;python_version<"3.8" i3ipc python_requires = >=3.6 setup_requires = |