diff options
Diffstat (limited to 'python/altgraph/MANIFEST.in')
-rw-r--r-- | python/altgraph/MANIFEST.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/altgraph/MANIFEST.in b/python/altgraph/MANIFEST.in new file mode 100644 index 0000000000..9a9b960788 --- /dev/null +++ b/python/altgraph/MANIFEST.in @@ -0,0 +1,9 @@ +include ReadMe.txt +include *.txt MANIFEST.in *.py +graft doc +graft doc/_static +graft doc/_templates +graft altgraph_tests +global-exclude .DS_Store +global-exclude *.pyc +global-exclude *.so |