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

include src/saml2/data/templates/*.xml
include src/saml2/data/schemas/*.xsd

graft docs
prune docs/build

prune tests
prune example
prune .github

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