diff options
-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", |