-
Notifications
You must be signed in to change notification settings - Fork 267
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
Conversation
See: certifi/certifi.io#16 (certifi.io is currently down)
Warehouse now supports |
There was a problem hiding this 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.
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! |
ReadTheDocs now supports HTTPS and HSTS on custom *CNAME* (sub)domains.
readthedocs/readthedocs.org#2652
Cryptography.io is also hosting on a bare (so non-CNAME) domain.
…On Tuesday, August 21, 2018, Hugo ***@***.***> wrote:
Any ideas when https://certifi.io will be back up?
It's been down since at least 9 months, since November 2017
<certifi/certifi.io#16>.
I'd suggest changing it GitHub and then changing it back if/when
https://certifi.io goes back up.
Thank you!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADGy_s3PN5ozf8_ZHyWrgar9F8hZkS5ks5uTCLFgaJpZM4UJxZb>
.
|
https://certifi.io/ is back up. |
Thanks!
Looks like the CA bundle download link now points to
https://mkcert.org/generate/
…On Saturday, October 12, 2019, Jon Dufresne ***@***.***> wrote:
https://certifi.io/en/latest/ is back up.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
hmmm that happeneda long time ago. or did I miss something? |
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', |
There was a problem hiding this comment.
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)
'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', |
There was a problem hiding this comment.
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)
'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', |
There was a problem hiding this comment.
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:
url='https://github.com/certifi/python-certifi', | |
url='https://certifi.io/', |
See: certifi/certifi.io#16