Skip to content
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

Git doc/issue urls inside of pyproject.toml #67

Open
Julien00859 opened this issue May 19, 2023 · 0 comments
Open

Git doc/issue urls inside of pyproject.toml #67

Julien00859 opened this issue May 19, 2023 · 0 comments

Comments

@Julien00859
Copy link
Member

Julien00859 commented May 19, 2023

In case you give the URL to a repository that is not hosted on github (e.g. git web https://git.drlazor.be/?p=example;a=summary) then the issue/documentation URLs inside of pyproject.toml are wrong:

[project.urls]
Documentation = "https://git.drlazor.be/?p=example;a=summary/wiki"
Issue = "https://git.drlazor.be/?p=example;a=summary/issues"
Repository = "https://git.drlazor.be/?p=example;a=summary"

We should make a map of all online git hosting services with their issue/wiki URL and not fill the issue/doc inside of pyproject.toml when the service is unknown

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

No branches or pull requests

1 participant