1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

add python_requires

This commit is contained in:
Benjamin Kane
2021-10-20 15:28:00 -07:00
parent 66f59e5501
commit 576a6b10e2

View File

@@ -80,6 +80,7 @@ setup(
long_description_content_type='text/markdown',
name='octodns',
packages=find_packages(),
python_requires='>=3.6',
url='https://github.com/octodns/octodns',
version=octodns.__VERSION__,
)