1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

setup/pypi: drop 'text/rst' as pypi doesn't like it

This commit is contained in:
Ilya Kreymer 2020-07-10 20:54:08 -07:00
parent bb1c2a3ec9
commit 54d8bccf4a

View File

@ -90,7 +90,6 @@ setup(
author='Ilya Kreymer',
author_email='ikreymer@gmail.com',
description='Pywb Webrecorder web archive replay and capture tools',
long_description_content_type='text/rst',
long_description=get_long_description(),
license='GPL',
packages=find_packages(exclude=['tests_disabled']),