Browse Source
Merge pull request #609 from jayvdb/sdist-tests
MANIFEST.in: Add test data
pull/623/head
Ross McFarland
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
4 deletions
-
MANIFEST.in
|
|
|
@ -1,7 +1,11 @@ |
|
|
|
include README.md |
|
|
|
include CHANGELOG.md |
|
|
|
include CODE_OF_CONDUCT.md |
|
|
|
include CONTRIBUTING.md |
|
|
|
include LICENSE |
|
|
|
include docs/* |
|
|
|
include octodns/* |
|
|
|
include README.md |
|
|
|
include requirements-dev.txt |
|
|
|
include requirements.txt |
|
|
|
include script/* |
|
|
|
include tests/* |
|
|
|
recursive-include docs *.png *.md |
|
|
|
recursive-include tests *.json *.py *.txt *.yaml |
|
|
|
recursive-include tests/zones * |