Skip to content

DOC: setup.py: url, project_urls (Source, Docs, Issues) #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

westurner
Copy link

@westurner westurner commented May 23, 2018

@westurner
Copy link
Author

Warehouse now supports project_urls= in setup.py metadata (PEP 345 Project-URL metadata pypi/warehouse#1419)

Copy link
Member

@Lukasa Lukasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see no reason to change the url given that @benoitc is going to have certifi.io back up at some point. May as well leave it there.

@hugovk
Copy link
Contributor

hugovk commented Aug 21, 2018

Any ideas when https://certifi.io will be back up?

It's been down since at least 9 months, since November 2017.

I'd suggest changing it GitHub and then changing it back if/when https://certifi.io goes back up.

Thank you!

@westurner
Copy link
Author

westurner commented Aug 21, 2018 via email

@jdufresne
Copy link
Contributor

jdufresne commented Oct 12, 2019

https://certifi.io/ is back up.

@westurner
Copy link
Author

westurner commented Oct 12, 2019 via email

@benoitc
Copy link

benoitc commented Oct 12, 2019

https://certifi.io/ is back up.

hmmm that happeneda long time ago. or did I miss something?

@jdufresne
Copy link
Contributor

Oh, perhaps it did. I only just noticed while browsing this issue and thought I'd add an update to remove any lingering confusion.

@@ -64,4 +64,9 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
),
project_urls={
'Source Code': 'https://github.com/certifi/python-certifi',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Source" is about three times as common as "Source Code": hugovk/pypi-tools#11 (comment)

Suggested change
'Source Code': 'https://github.com/certifi/python-certifi',
'Source': 'https://github.com/certifi/python-certifi',

project_urls={
'Source Code': 'https://github.com/certifi/python-certifi',
'Documentation': 'https://certifiio.readthedocs.io/en/latest/',
'Bug Tracker': 'https://github.com/certifi/python-certifi/issues',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Issue [tT]racker" is about four times as common as "Bug Tracker": hugovk/pypi-tools#11 (comment)

Suggested change
'Bug Tracker': 'https://github.com/certifi/python-certifi/issues',
'Issue Tracker': 'https://github.com/certifi/python-certifi/issues',

@@ -39,7 +39,7 @@
long_description=open('README.rst').read(),
author='Kenneth Reitz',
author_email='[email protected]',
url='http://certifi.io/',
url='https://github.com/certifi/python-certifi',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now it's back up, use the original URL with HTTPS:

Suggested change
url='https://github.com/certifi/python-certifi',
url='https://certifi.io/',

@divbzero divbzero mentioned this pull request Mar 12, 2020
@Lukasa Lukasa closed this in #119 Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants