We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115374d commit 3ac04d0Copy full SHA for 3ac04d0
bezpy/__init__.py
@@ -6,4 +6,4 @@
6
from . import tl
7
from . import mag
8
9
-__version__ = '0.1.0'
+__version__ = '0.1.1'
pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
40
"scipy>=1.7",
41
"shapely>=1.7",
42
]
43
-version = "0.1.0"
+version = "0.1.1"
44
45
[project.optional-dependencies]
46
plotting = ["matplotlib>=3.4"]
@@ -49,4 +49,5 @@ plotting = ["matplotlib>=3.4"]
49
homepage='https://github.com/greglucas/bezpy'
50
51
[tool.setuptools.packages.find]
52
-where = ["bezpy"]
+where = ["."]
53
+exclude = ["notebooks"]
0 commit comments