napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
67 stars 41 forks source link

Project URLS breaking deployment #37

Closed tlambert03 closed 3 years ago

tlambert03 commented 3 years ago

32 is preventing deployment:

HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
Invalid value for project_urls. Error: Use valid URL.
Error: Process completed with exit code 1.

I think it might be the single quotes in one of the URLS... maybe use this instead:

https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.plugin_name}}/blob/master/README.md

@DragaDoncila, can you try to test this out locally and deploy a package to https://test.pypi.org/ ?