From fe4e48943b43b54cc4f9398b9c5adf5d8fb83521 Mon Sep 17 00:00:00 2001 From: mouse Date: Mon, 20 Apr 2020 13:42:45 -0300 Subject: [PATCH] descript --- README.md | 5 +++++ setup.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1553fd5..3277e10 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ to do this you need `python3` and `pip`. if you don't have them, install them th `markovify` is also a dependency, but it should install along with `mkv-this`. +### repository + +if you are reading this on pypi.org, the repo is here: +https://git.disroot.org/mousebot/mkv-this + ### macos it seems to run on macos too. diff --git a/setup.py b/setup.py index 04d6c46..7a1d3de 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: long_description = f.read() setup(name='mkv-this', - version='0.1.24', - description='markovify user-provided text and output the results to a text file.', + version='0.1.25', + description='cli wrapper for markovify: take a text file, markovify, output the results to a text file.', long_description=long_description, long_description_content_type='text/markdown', url='',