Skip to content

Commit 138aff2

Browse files
authored
Update contents of wheel and sdist (#1032)
1 parent 02073c4 commit 138aff2

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
prune binder
2-
prune etc
1+
# this file controls the contents of sdist
32
prune tests
4-
prune examples
5-
global-exclude *.py[cod\] __pycache__ *.so

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ ignore = ["F401", "E402"]
5656
max-line-length = 120
5757
exclude = [".git", "__pycache__", "docs/source/conf.py,", "build", "dist", "examples", "etc"]
5858

59-
[tool.setuptools]
60-
packages = ["owslib"]
59+
# ensure all subpackages are found
60+
[tool.setuptools.packages.find]
61+
include = ["owslib*"]

0 commit comments

Comments
 (0)