ASCII-ify setup.py

This commit is contained in:
Jeremy Singer-Vine
2016-03-07 16:53:39 -05:00
parent db49b7ec2f
commit 738496c525
+1 -1
View File
@@ -13,7 +13,7 @@ base_reqs = [
setup(
name="pdfplumber",
description="Plumb a PDF for detailed information about each char, rectangle, and line and easily extract text and tables.",
description="Plumb a PDF for detailed information about each char, rectangle, and line -- and easily extract text and tables.",
version=version,
packages=find_packages(exclude=["test",]),
tests_require=[ "nose", "pandas" ] + base_reqs,