amend readme

This commit is contained in:
mousebot 2020-04-30 16:16:10 -03:00
commit e897f2003b
2 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,6 @@ from pdfminer.layout import LAParams
from pdfminer.pdfpage import PDFPage
from io import StringIO
fnf = ": error: file not found. please provide a path to a really-existing file!"
@ -62,7 +61,7 @@ def read(infile):
return f.read()
except IsADirectoryError as exc:
print(
f": there was trouble: {exc}.\n: looks like you entered a directory. Use '-d' for that."
f": there was trouble: {exc}.\n: looks like you entered a directory. use '-d' for that."
)
sys.exit()
except FileNotFoundError:

View File

@ -9,7 +9,7 @@ with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
setup(
name="mkv-this",
version="0.2.3",
version="0.2.4",
description="cli wrapper for markovify: take a text file, directory, pdf or url, markovify, save the results.",
long_description=long_description,
long_description_content_type="text/markdown",