Merged
Conversation
d350171 to
ecb55fb
Compare
Contributor
|
@tomkralidis - I checked out this branch and built locally. All runs fine, but the wheel is missing all the subpackages of owslib. Image on the left is the new wheel, on the right the latest on pypi:
I tried adding the following, but for some reason the #[tool.setuptools]
#packages = ["owslib"]
# find all subpackages automatically
[tool.setuptools.packages.find]
where = ["owslib"]Some related long discussions at pypa/setuptools#3346 - maybe this is fixed in newer setuptools? Have you run into it before? |
ecb55fb to
1649616
Compare
Member
Author
|
@geographika it turns out that |
geographika
approved these changes
Mar 2, 2026
cehbrecht
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR:
pyproject.tomlexclusively for project configurationsetup.pyand related artifactspyproject.tomlwe pinsetuptoolsto<69for Ubuntu 24.04 compatibilityThis PR also contains some test updates (note that the changes in
tests/test_wfs_generic.pyare due to the remote WFS service error'ing out on DescribeFeatureType requests only in WFS 1.0.0 mode; test is removed given we support WFS 1.1.0 and 2.0.0 proper).