diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-02-19 00:00:07 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-02-19 00:00:07 +0100 |
commit | e46ef8f4e28124b43d016f6d4db93d44991e47a0 (patch) | |
tree | fec0f1440e8653d52bf43c982982e5fdbad72966 | |
parent | 262a69a74c5a3e57a74924f93d5e22edd127cbdb (diff) | |
download | fuzzycat-e46ef8f4e28124b43d016f6d4db93d44991e47a0.tar.gz fuzzycat-e46ef8f4e28124b43d016f6d4db93d44991e47a0.zip |
require python 3.6
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ with open("README.md", "r") as fh: "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - python_requires=">=3.5", + python_requires=">=3.6", zip_safe=False, entry_points={"console_scripts": [ "fuzzycat=fuzzycat:__main__" |