diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 21:32:29 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-21 21:32:29 -0500 |
commit | 8caeec66b9004c9bae9a27b0c8008091ba5f39f9 (patch) | |
tree | b1236155bc7239c26cf383c55bb9f2796b3e62fd /MANIFEST.in | |
parent | 5f959fa7c82f495971551a91ff8d94d4282da38a (diff) |
include all pokemontools/ files in installs
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index d750b85..7bd0a47 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include README.md +recursive-include pokemontools * global-exclude *.pyc global-exclude .gitignore |