Merge branch 'master' into vba-automation

This commit is contained in:
Bryan Bishop
2013-09-21 21:59:44 -05:00
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
include README.md
recursive-include pokemontools *
global-exclude .*.swp
global-exclude *.pyc
global-exclude .gitignore
global-exclude .DS_Store

View File

@@ -4,8 +4,7 @@ Some old methods rescued from crystal.py
import pointers
map_header_byte_size = ...
rom_interval = ...
map_header_byte_size = 9
all_map_headers = []

View File

@@ -24,7 +24,7 @@ requires = [
setup(
name="pokemontools",
version="1.3.0",
version="1.4.1",
description="Tools for compiling and disassembling Pokémon Red and Pokémon Crystal.",
long_description=open("README.md", "r").read(),
license="BSD",