summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: d48534bd1f3d9341e5d58a8d1e459d85a9929ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include CHANGELOG.md
include LICENSE
include README.md
include CONTRIBUTORS
include ez_setup.py
include skiptests.list
recursive-include rdflib *.py
recursive-include examples *.py
include run_tests.py
graft test
graft docs
prune docs/_build
global-exclude *.pyc *$py.class