diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 23:32:08 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 23:32:08 -0500 |
commit | 967de1cf3c16eb7806a745acc65ceb222ad5d6dc (patch) | |
tree | 778847383ae4b63f34845f60270ff4e4e7ad3763 | |
parent | d4acb1349b71df7a635d9dba57b1701b7198808b (diff) |
don't include precompiled python files in the eggv1.0.2
version bump to: v1.0.2
-rw-r--r-- | MANIFEST.in | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index bb3ec5f..d750b85 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,5 @@ include README.md + +global-exclude *.pyc +global-exclude .gitignore +global-exclude .DS_Store @@ -22,7 +22,7 @@ requires = [ setup( name="pokemontools", - version="1.0.1", + version="1.0.2", description="Tools for compiling and disassembling Pokémon Red and Pokémon Crystal.", long_description=open("README.md", "r").read(), license="BSD", |