diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-29 08:38:38 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-10-29 08:38:38 +0000 |
commit | a2b198c828bc5a2de9190794b76465bcc3824e25 (patch) | |
tree | 24f4d30595a32e5e0a4187764f9609b7d26268fb | |
parent | 9611cf1bccc041e192a2f2efd43fc396780f8173 (diff) |
revert to min 3.6 requirement
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ setup( maintainer_email='matt@matthewlemon.com', url='https://github.com/hammerheadlemon/datamaps', packages=find_packages(), - python_requires='>=3.7', + python_requires='>=3.6', entry_points={'console_scripts': [ 'datamaps = datamaps.main:cli' ]}, |