mirror of https://github.com/scrapy/scrapy.git
project URLs in machine-readable format for showing in pypi
This commit is contained in:
parent
0ee04e1e91
commit
16f2cb4a83
5
setup.py
5
setup.py
|
|
@ -30,6 +30,11 @@ setup(
|
|||
name='Scrapy',
|
||||
version=version,
|
||||
url='https://scrapy.org',
|
||||
project_urls = {
|
||||
'Documentation': 'https://docs.scrapy.org/',
|
||||
'Source': 'https://github.com/scrapy/scrapy',
|
||||
'Tracker': 'https://github.com/scrapy/scrapy/issues',
|
||||
},
|
||||
description='A high-level Web Crawling and Web Scraping framework',
|
||||
long_description=open('README.rst').read(),
|
||||
author='Scrapy developers',
|
||||
|
|
|
|||
Loading…
Reference in New Issue