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
Fixes to get a working dist build
pull/18/head
Ross McFarland
9 years ago
parent
ea376d7d07
commit
5a742bca92
2 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
MANIFEST.in
+1
-0
setup.py
+ 8
- 0
MANIFEST.in
View File
@ -0,0 +1,8 @@
include README.md
include CONTRIBUTING.md
include LICENSE
include docs/*
include octodns/*
include requirements*.txt
include script/*
include tests/*
+ 1
- 0
setup.py
View File
@ -31,6 +31,7 @@ setup(
install_requires
=
[
'
PyYaml>=3.12
'
,
'
dnspython>=1.15.0
'
,
'
futures>=3.0.5
'
,
'
incf.countryutils>=1.0
'
,
'
ipaddress>=1.0.18
'
,
'
python-dateutil>=2.6.0
'
,
Write
Preview
Loading…
Cancel
Save