-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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', | ||||||
packages=[ | ||||||
'certifi', | ||||||
], | ||||||
|
@@ -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 commentThe 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
|
||||||
'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 commentThe 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
|
||||||
} | ||||||
) |
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: