Browse Source

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

add python_requires
pull/801/head
Ross McFarland 4 years ago
committed by GitHub
parent
commit
6d4461e6d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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', 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__,
) )

Loading…
Cancel
Save