diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 23:06:44 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-04 23:06:44 -0500 |
commit | d4acb1349b71df7a635d9dba57b1701b7198808b (patch) | |
tree | c3cc76a4803bf930dfa86777559e6a02c1ecad67 /setup.py | |
parent | b2a7156acbe8b485e35beaccab1f8457fec24eaf (diff) |
include README.md and bump version to v1.0.1v1.0.1
There was previously no way to install this package from pypi because
README.md is required through setup.py's long_description attribute.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ requires = [ setup( name="pokemontools", - version="1.0", + version="1.0.1", description="Tools for compiling and disassembling Pokémon Red and Pokémon Crystal.", long_description=open("README.md", "r").read(), license="BSD", |