summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 73e2e8914f01ec4ef21340b510640929eeb3f9b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include .pre-commit-config.yaml
include CODE_OF_CONDUCT.md
include AUTHORS.rst
include CHANGELOG.rst
include LICENSE
include README.rst
include tox.ini
include jwt/py.typed
graft docs
graft tests
exclude codecov.yml
recursive-exclude docs/_build *
recursive-exclude * *.py[co]
recursive-exclude * __pycache__