project URLs in machine-readable format for showing in pypi

This commit is contained in:
Vostretsov Nikita 2020-03-26 12:57:39 +00:00
parent 0ee04e1e91
commit 16f2cb4a83
1 changed files with 5 additions and 0 deletions

View File

@ -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',