1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

allow install on python 3.6 systems even though it is not supported

This commit is contained in:
Kelly Brazil
2022-05-11 08:00:05 -07:00
parent 7f53c58057
commit acf07a5144
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ setuptools.setup(
license='MIT',
long_description=long_description,
long_description_content_type='text/markdown',
python_requires='>=3.7',
python_requires='>=3.6',
url='https://github.com/kellyjonbrazil/jc',
packages=setuptools.find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),
entry_points={