We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb03c80 commit fb534ceCopy full SHA for fb534ce
setup.py
@@ -5,7 +5,8 @@
5
version='0.1.0',
6
url='https://github.com/GGontijo/fastapi-elasticsearch-middleware.git',
7
description='Elasticsearch Logger Middleware for FastAPI',
8
- long_description='Elasticsearch Logger Middleware for FastAPI'
+ long_description=open('README.md').read(),
9
+ long_description_content_type='text/markdown',
10
author='Gabriel Gontijo',
11
author_email='gabrieldercilio08@gmail.com',
12
packages=find_packages(),
0 commit comments