Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
artifacts/MANIFEST.in
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (16 sloc)
609 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include ACKNOWLEDGEMENTS AUTHORS LICENSE README | |
include dependencies.ini run_tests.py utils/__init__.py utils/dependencies.py | |
include utils/check_dependencies.py | |
include requirements.txt test_requirements.txt | |
recursive-include config * | |
recursive-include data * | |
recursive-include test_data * | |
exclude .gitignore | |
exclude *.pyc | |
recursive-include tools *.py | |
recursive-exclude tools *.pyc | |
recursive-exclude artifacts *.pyc | |
# The test scripts are not required in a binary distribution package they | |
# are considered source distribution files and excluded in find_package() | |
# in setup.py. | |
recursive-include tests *.py |