1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
graft src
graft tests
prune scripts
prune notebooks
recursive-include docs/source *.py
recursive-include docs/source *.rst
recursive-include docs/source *.png
recursive-include src/pybel/testing/bel *.bel
recursive-include src/pybel/testing/belanno *.belanno
recursive-include src/pybel/testing/belns *.belns
include docs/Makefile
global-exclude *.py[cod] __pycache__ *.so *.dylib .DS_Store *.gpickle
exclude .bumpversion.cfg
exclude .readthedocs.yml
exclude .flake8
exclude tox.ini
exclude CONTRIBUTING.md CHANGELOG.rst AUTHORS.rst
include LICENSE README.rst
|