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:
1
setup.py
1
setup.py
@@ -80,6 +80,7 @@ setup(
|
|||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
name='octodns',
|
name='octodns',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
python_requires='>=3.6',
|
||||||
url='https://github.com/octodns/octodns',
|
url='https://github.com/octodns/octodns',
|
||||||
version=octodns.__VERSION__,
|
version=octodns.__VERSION__,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user