This commit is contained in:
mouse 2020-04-20 13:42:45 -03:00
parent 513dfe7772
commit fe4e48943b
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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='',