summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 17e012f7895e7962f383216a7f87eb3e3196de42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include VERSION
include LICENSE
include README.rst
include CHANGELOG.md

include src/saml2/xml_template/template.xml

graft docs
prune docs/build

prune tests
prune example
prune .github

global-exclude *.py[cod]
global-exclude __pycache__
global-exclude *.egg-info