diff --git a/setup.py b/setup.py index 294da5c..b6188ea 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ description='A middleware for model serving to speedup online inference.', author="wwen", author_email="wenwh@mail.sustech.edu.cn", - long_description=long_description, - long_description_content_type="text/markdown", + # long_description=long_description, + # long_description_content_type="text/markdown", classifiers=[ 'Development Status :: 3 - Alpha', 'Programming Language :: Python :: 3.5',