Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#29410 closed Cleanup/optimization (fixed)

Provide project_urls in setup.py to improve Django's PyPI page

Reported by: Philip James Owned by: Philip James
Component: Packaging Version: 2.0
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The setup.py package spec has allowed for additional project URLs for a while now, but they were documented earlier this year.

https://packaging.python.org/tutorials/distributing-packages/#project-urls

I suggest adding Django-related project urls to Django's root setup.py, so that the PyPI page links people to the source code, fundraising page, documentation, and issue tracker correctly.

Change History (6)

comment:1 by Tim Graham, 6 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by Philip James, 6 years ago

Owner: changed from nobody to Philip James
Status: newassigned

comment:4 by Mariusz Felisiak, 6 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: assignedclosed

In 437c4b5:

Fixed #29410 -- Added project_urls to setup.py.

comment:6 by Tim Graham <timograham@…>, 6 years ago

In 4477d032:

[2.0.x] Fixed #29410 -- Added project_urls to setup.py.

Backport of 437c4b57ac50fe934b93d12fe22aed02425d91a7 from master

Note: See TracTickets for help on using tickets.
Back to Top