Skip to content

Commit fb534ce

Browse files
committed
fix long_description
1 parent eb03c80 commit fb534ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
version='0.1.0',
66
url='https://github.com/GGontijo/fastapi-elasticsearch-middleware.git',
77
description='Elasticsearch Logger Middleware for FastAPI',
8-
long_description='Elasticsearch Logger Middleware for FastAPI'
8+
long_description=open('README.md').read(),
9+
long_description_content_type='text/markdown',
910
author='Gabriel Gontijo',
1011
author_email='gabrieldercilio08@gmail.com',
1112
packages=find_packages(),

0 commit comments

Comments
 (0)