forked from pradana.aumars/videocr
add project long_description
This commit is contained in:
parent
168c9cfd52
commit
e4b07ebbbd
9
setup.py
9
setup.py
@ -1,11 +1,16 @@
|
|||||||
from distutils.core import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
with open('README.md', 'r', encoding='utf-8') as f:
|
||||||
|
readme = f.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'videocr',
|
name = 'videocr',
|
||||||
packages = ['videocr'],
|
packages = ['videocr'],
|
||||||
version = '0.1.1',
|
version = '0.1.4',
|
||||||
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 = readme,
|
||||||
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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user