Skip to content

Commit 3ac04d0

Browse files
committed
FIX: include base bezpy package with setuptools find
1 parent 115374d commit 3ac04d0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bezpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from . import tl
77
from . import mag
88

9-
__version__ = '0.1.0'
9+
__version__ = '0.1.1'

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"scipy>=1.7",
4141
"shapely>=1.7",
4242
]
43-
version = "0.1.0"
43+
version = "0.1.1"
4444

4545
[project.optional-dependencies]
4646
plotting = ["matplotlib>=3.4"]
@@ -49,4 +49,5 @@ plotting = ["matplotlib>=3.4"]
4949
homepage='https://github.com/greglucas/bezpy'
5050

5151
[tool.setuptools.packages.find]
52-
where = ["bezpy"]
52+
where = ["."]
53+
exclude = ["notebooks"]

0 commit comments

Comments
 (0)