This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
add python_requires
pull/797/head
Benjamin Kane
4 years ago
parent
66f59e5501
commit
576a6b10e2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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__
,
)
Write
Preview
Loading…
Cancel
Save