Skip to content

Commit a340cd4

Browse files
committed
changing order to fix content type
1 parent ab4e9f4 commit a340cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +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=open('README.md').read(),
98
long_description_content_type='text/markdown',
9+
long_description=open('README.md').read(),
1010
author='Gabriel Gontijo',
1111
author_email='gabrieldercilio08@gmail.com',
1212
packages=find_packages(),

0 commit comments

Comments
 (0)