diff options
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..3982e6a --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,13 @@ +global-exclude * + +include README.md +include LICENSE +include MANIFEST.in +include setup.py +graft gerbonara +graft docs +graft examples + +prune gerbonara/tests +prune **/__pycache__ +prune docs/_build |