From 59b1b54f9aae1467f1999b12865916a59e8377a0 Mon Sep 17 00:00:00 2001 From: Gustavo Llermaly Date: Fri, 20 Nov 2020 13:49:01 -0300 Subject: [PATCH] Fixed setup file --- .gitignore | 3 +++ setup.py | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..27ee454 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +#vscode +.vscode + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/setup.py b/setup.py index e5fe79e..77c0978 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ license='Apache License, Version 2.0', description='Scrapy pipeline which allow you to store multiple scrapy items in AppSearch.', long_description=open('README.md').read(), + long_description_content_type='text/markdown', author='Gustavo Llermaly, Jay Zeng, Michael Malocha, Julien Duponchelle', author_email='gllermaly@gmail.com, jayzeng@jay-zeng.com, michael@knockrentals.com, julien@duponchelle.info', url='https://github.com/llermaly/scrapy-appsearch.git',