Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@rhugonnet
Copy link
Member

@rhugonnet rhugonnet commented Apr 22, 2025

It's impossible to flag the warning from pip in CI, so the best solution was to simply automatize the finding of packages, given that anything we have under geoutils/ is always a package meant to be distributed.

Additionally, setuptools was raising a DeprecationWarning for using a classifier for the license, saying to remove it and correct the license code with the SPDX identifier: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license.

Resolves #686

@rhugonnet rhugonnet changed the title Raise CI error on pip warning about missing packages Use automatic packages.find to avoid forgetting setuptools modules Apr 22, 2025
@rhugonnet rhugonnet changed the title Use automatic packages.find to avoid forgetting setuptools modules Use automatic packages.find listing to avoid forgetting setuptools modules Apr 22, 2025
@rhugonnet rhugonnet merged commit f43c2be into GlacioHack:main Apr 22, 2025
20 checks passed
@rhugonnet rhugonnet deleted the catch_warn_pip branch April 22, 2025 21:40
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.

Pip install ignores missing packages for PyPI but not Conda

1 participant