We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d0a66 commit f9e3c5eCopy full SHA for f9e3c5e
pyproject.toml
@@ -63,7 +63,7 @@ zip-safe = false
63
include-package-data = false
64
65
[tool.setuptools.dynamic]
66
-version = {attr = "pyvips.__version__"}
+version = {attr = "pyvips.version.__version__"}
67
68
[tool.setuptools.packages.find]
69
exclude = [
pyvips/__init__.py
@@ -10,7 +10,7 @@
10
# user code can override this null handler
11
logger.addHandler(logging.NullHandler())
12
13
-# pull in our module version number, see also pyproject.toml
+# pull in our module version number
14
from .version import __version__
15
16
# try to import our binary interface ... if that works, we are in API mode
0 commit comments