1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

bump python required version

This commit is contained in:
Kelly Brazil
2019-11-04 08:09:19 -08:00
parent c220e35b14
commit 0a891f0add
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
jc changelog jc changelog
201911xx v1.5.1
- Clean up helptext code
20191031 v1.1.1 20191031 v1.1.1
- Add arp parser - Add arp parser
- Add dig parser - Add dig parser

View File

@ -15,7 +15,7 @@ setuptools.setup(
license='MIT', license='MIT',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
python_requires='~=3.4', python_requires='~=3.6',
url='https://github.com/kellyjonbrazil/jc', url='https://github.com/kellyjonbrazil/jc',
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
entry_points={ entry_points={