Merge pull request #273 from rachmadaniHaryono/feature/markdown-pypi

Feature/markdown pypi
This commit is contained in:
Arun Prakash Jana 2018-05-09 08:35:15 +05:30 committed by GitHub
commit e11c06db43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ setup(
version=version,
description='Command-line bookmark manager with browser integration.',
long_description=long_description,
long_description_content_type="text/markdown",
author='Arun Prakash Jana',
author_email='engineerarun@gmail.com',
url='https://github.com/jarun/Buku',
@ -59,6 +60,7 @@ setup(
'HTML': ['beautifulsoup4'],
'tests': tests_require,
'server': server_require,
'packaging': ['twine>=1.11.0']
},
test_suite='tests',
tests_require=tests_require,