1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
graft docs
graft src
graft ci
graft tests
include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst
include pyproject.toml
include requirements.txt
include test_requirements.txt
exclude .appveyor.yml
exclude .bumpversion.cfg
exclude .codacy.yaml
exclude .cookiecutterrc
exclude .coveragerc
exclude .editorconfig
exclude .pylintrc
exclude .readthedocs.yaml
exclude .travis.yml
exclude tox.ini
global-exclude *.py[cod] __pycache__/* *.so *.dylib
recursive-include fake_project *.bat
recursive-include fake_project *.md
recursive-include fake_project *.py
recursive-include fake_project *.rst
recursive-include fake_project Makefile
|