From df2246449c271c07586bcecc3eaa36e9b0e94e3d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 21 Nov 2017 00:48:44 +0000 Subject: Support PEP 345 Project-URL metadata By including one or more Project-URL entries in PKG-INFO metadata, PyPI can display helpful hyperlinks in a generic manner. Add support here to be able to pass it through setup.cfg and setup.py with a project_urls dict. See the corresponding section of the Core Metadata Specifications from the Python Packaging User Guide for details: https://packaging.python.org/specifications/core-metadata/#project-url-multiple-use --- docs/setuptools.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/setuptools.txt b/docs/setuptools.txt index c2822c4f..e3154b46 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -2406,6 +2406,7 @@ name str version attr:, str url home-page str download_url download-url str +project_urls dict author str author_email author-email str maintainer str -- cgit v1.2.3