File: MANIFEST.in

package info (click to toggle)
flask-security 4.0.0-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,340 kB
  • sloc: python: 12,730; makefile: 131
file content (22 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
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