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

Remove redundant urls in pyproject.toml #488

Merged
merged 2 commits into from
Apr 16, 2024
Merged

Remove redundant urls in pyproject.toml #488

merged 2 commits into from
Apr 16, 2024

Conversation

santisoler
Copy link
Member

Reduce the number of urls in pyproject.toml by removing the ones that were redundant. Keep only links to Documentation, Changelog, Bug Tracker, and Source Code.

Relevant issues/PRs:

Related to fatiando/choclo#77

@@ -41,13 +41,10 @@ dependencies = [
]

[project.urls]
"Homepage" = "https://www.fatiando.org/harmonica"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be the link of the documentation

Copy link
Member Author

@santisoler santisoler Apr 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the comment @VascoSch92. In fatiando/choclo#77 we agreed that it's redundant to have Homepage and Documentation urls pointing to the same website. This is why I'm removing Homepage and leaving Documentation only.

I think it's nice to have Homepage and Documentation in case a project has its docs and website in different urls, like xarray (https://pypi.org/project/xarray). But for Harmonica it might be redundant since its website it's its docs.

Do you agree?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok ;)

Thanks for the clarification

@leouieda
Copy link
Member

Nice work, @santisoler!

@santisoler santisoler merged commit 9bcda63 into main Apr 16, 2024
18 checks passed
@santisoler santisoler deleted the pyproject-urls branch April 16, 2024 16:36
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

Successfully merging this pull request may close these issues.

None yet

3 participants