include README.md via MANIFEST.in

This commit is contained in:
Bryan Bishop 2013-02-05 04:17:05 -06:00
parent 011c10c5c4
commit 99285252fc
3 changed files with 4 additions and 3 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include README.md tests/*

View File

@ -17,8 +17,8 @@ usage:
"""
__title__ = "pdfparanoia"
__version__ = "0.0.3"
__build__ = 0x000003
__version__ = "0.0.4"
__build__ = 0x000004
__author__ = "Bryan Bishop <kanzure@gmail.com>"
__license__ = "BSD"
__copyright__ = "Copyright 2013 Bryan Bishop"

View File

@ -6,7 +6,7 @@ long_description = open(os.path.join(os.path.dirname(__file__), "README.md")).re
setup(
name="pdfparanoia",
version="0.0.3",
version="0.0.4",
url="https://github.com/kanzure/pdfparanoia",
license="BSD",
author="Bryan Bishop",