Added forced extraction of eggs (as we have a fair few non-py files and use the directory structure) added some files to MANIFEST and setup.py's package_data so its included upon distributing

This commit is contained in:
Alan Saul 2014-07-29 12:02:47 +01:00
parent 8c80fb9c52
commit ddcaf8f8b5
3 changed files with 12 additions and 5 deletions

View file

@ -2,3 +2,7 @@ include *.txt
recursive-include doc *.txt
include *.md
recursive-include doc *.md
include *.cfg
recursive-include doc *.cfg
include *.json
recursive-include doc *.json