Merge branch 'testing'

This commit is contained in:
mousebot 2020-04-23 17:54:49 -03:00
commit 138fc85f8d
2 changed files with 1 additions and 6 deletions

View File

@ -35,11 +35,6 @@ to do this you need `python3` and `pip`. if you don't have them, install them th
if you get sth like `ModuleNotFound error: No module named 'modulename'`, just run `pip install modulename` to get the missing module.
### 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

@ -11,7 +11,7 @@ setup(name='mkv-this',
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='',
url='https://git.disroot.org/mousebot/mkv-this',
author='mousebot',
author_email='martianhiatus@riseup.net',
license='AGPLv3',