Skip to content

Commit 02073c4

Browse files
committed
update
1 parent 1649616 commit 02073c4

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
prune binder
2+
prune etc
3+
prune tests
4+
prune examples
5+
global-exclude *.py[cod\] __pycache__ *.so

pyproject.toml

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

59-
[tool.setuptools.packages.find]
60-
where = ["owslib"]
61-
exclude = ["tests"]
59+
[tool.setuptools]
60+
packages = ["owslib"]

0 commit comments

Comments
 (0)