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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
setup.py
|
|
|
@ -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__, |
|
|
|
) |