mirror of
https://github.com/kanzure/pdfparanoia.git
synced 2024-12-04 15:05:52 +01:00
include README.md via MANIFEST.in
This commit is contained in:
parent
011c10c5c4
commit
99285252fc
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@ -0,0 +1 @@
|
|||||||
|
include README.md tests/*
|
@ -17,8 +17,8 @@ usage:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
__title__ = "pdfparanoia"
|
__title__ = "pdfparanoia"
|
||||||
__version__ = "0.0.3"
|
__version__ = "0.0.4"
|
||||||
__build__ = 0x000003
|
__build__ = 0x000004
|
||||||
__author__ = "Bryan Bishop <kanzure@gmail.com>"
|
__author__ = "Bryan Bishop <kanzure@gmail.com>"
|
||||||
__license__ = "BSD"
|
__license__ = "BSD"
|
||||||
__copyright__ = "Copyright 2013 Bryan Bishop"
|
__copyright__ = "Copyright 2013 Bryan Bishop"
|
||||||
|
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ long_description = open(os.path.join(os.path.dirname(__file__), "README.md")).re
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pdfparanoia",
|
name="pdfparanoia",
|
||||||
version="0.0.3",
|
version="0.0.4",
|
||||||
url="https://github.com/kanzure/pdfparanoia",
|
url="https://github.com/kanzure/pdfparanoia",
|
||||||
license="BSD",
|
license="BSD",
|
||||||
author="Bryan Bishop",
|
author="Bryan Bishop",
|
||||||
|
Loading…
Reference in New Issue
Block a user