version 0.1.6
This commit is contained in:
parent
04561b96fb
commit
9b97c99657
4
setup.py
4
setup.py
@ -6,7 +6,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
|||||||
setup(
|
setup(
|
||||||
name='videocr',
|
name='videocr',
|
||||||
packages=['videocr'],
|
packages=['videocr'],
|
||||||
version='0.1.5',
|
version='0.1.6',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
description='Extract hardcoded subtitles from videos using machine learning',
|
description='Extract hardcoded subtitles from videos using machine learning',
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
@ -14,7 +14,7 @@ setup(
|
|||||||
author='Yi Ge',
|
author='Yi Ge',
|
||||||
author_email='me@yige.ch',
|
author_email='me@yige.ch',
|
||||||
url='https://github.com/apm1467/videocr',
|
url='https://github.com/apm1467/videocr',
|
||||||
download_url='https://github.com/apm1467/videocr/archive/v0.1.5.tar.gz',
|
download_url='https://github.com/apm1467/videocr/archive/v0.1.6.tar.gz',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'fuzzywuzzy>=0.17',
|
'fuzzywuzzy>=0.17',
|
||||||
'python-Levenshtein>=0.12',
|
'python-Levenshtein>=0.12',
|
||||||
|
Loading…
Reference in New Issue
Block a user