Browse Source

Fixes to get a working dist build

pull/18/head
Ross McFarland 9 years ago
parent
commit
5a742bca92
2 changed files with 9 additions and 0 deletions
  1. +8
    -0
      MANIFEST.in
  2. +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=[ install_requires=[
'PyYaml>=3.12', 'PyYaml>=3.12',
'dnspython>=1.15.0', 'dnspython>=1.15.0',
'futures>=3.0.5',
'incf.countryutils>=1.0', 'incf.countryutils>=1.0',
'ipaddress>=1.0.18', 'ipaddress>=1.0.18',
'python-dateutil>=2.6.0', 'python-dateutil>=2.6.0',


Loading…
Cancel
Save