From d4acb1349b71df7a635d9dba57b1701b7198808b Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 4 Aug 2013 23:06:44 -0500 Subject: include README.md and bump version to v1.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. --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..bb3ec5f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include README.md diff --git a/setup.py b/setup.py index c5f45bb..ec13d98 100644 --- a/setup.py +++ b/setup.py @@ -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", -- cgit v1.2.3