Skip to content
Snippets Groups Projects
Commit 40b17b5c authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(pypi): manual coverage sourceUrl override

Closes #2846
parent f242ef12
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ const manualSourceUrls = { ...@@ -64,6 +64,7 @@ const manualSourceUrls = {
node: 'https://github.com/nodejs/node', node: 'https://github.com/nodejs/node',
}, },
pypi: { pypi: {
coverage: 'https://github.com/nedbat/coveragepy/', // bitbucket entry on pypi is wrong
mkdocs: 'https://github.com/mkdocs/mkdocs', mkdocs: 'https://github.com/mkdocs/mkdocs',
pillow: 'https://github.com/python-pillow/Pillow', pillow: 'https://github.com/python-pillow/Pillow',
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment