mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
[Patch #683939] Add download_url field to metadata
This commit is contained in:
parent
23c98c5f47
commit
188d85f475
2 changed files with 9 additions and 2 deletions
|
@ -47,7 +47,7 @@ setup_keywords = ('distclass', 'script_name', 'script_args', 'options',
|
|||
'name', 'version', 'author', 'author_email',
|
||||
'maintainer', 'maintainer_email', 'url', 'license',
|
||||
'description', 'long_description', 'keywords',
|
||||
'platforms', 'classifiers')
|
||||
'platforms', 'classifiers', 'download_url')
|
||||
|
||||
# Legal keyword arguments for the Extension constructor
|
||||
extension_keywords = ('name', 'sources', 'include_dirs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue