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

Merge pull request #797 from bkane-msft/bkane/python_requires

add python_requires
This commit is contained in:
Ross McFarland
2021-10-20 17:22:52 -07:00
committed by GitHub

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__,
)