Browse Source

add python_requires

pull/797/head
Benjamin Kane 4 years ago
parent
commit
576a6b10e2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py 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__,
)

Loading…
Cancel
Save