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 361d03d commit dc1af22Copy full SHA for dc1af22
setup.py
@@ -5,14 +5,15 @@
5
6
setup(
7
name='itemloaders',
8
- version='0.1',
+ version='1.0.0',
9
url='https://github.com/scrapy/itemloaders',
10
project_urls={
11
'Documentation': 'https://itemloaders.readthedocs.io/',
12
'Source': 'https://github.com/scrapy/itemloaders',
13
},
14
description="Base library for scrapy's ItemLoader",
15
long_description=long_description,
16
+ long_description_content_type="text/x-rst",
17
author='Scrapinghub',
18
author_email='[email protected]',
19
license='BSD',
0 commit comments