1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
include .editorconfig
include AUTHORS
include CHANGES.rst
include CONTRIBUTING.rst
include LICENSE
include README.rst
include babel.ini
include pytest.ini
include tox.ini
include requirements/*.txt
graft docs
graft flask_security/templates
graft flask_security/translations
graft tests
prune tests/.pytest_cache
prune tests/.DS_Store
recursive-exclude tests/.pytest_cache *
exclude .coverage tests/.coverage
prune docs/_build
prune scripts
prune examples
global-exclude *.pyc
|