Skip to content

Commit 5bfb1c9

Browse files
committed
See if we can avoid import
1 parent f096570 commit 5bfb1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tests = [
4848
Homepage = 'https://github.com/qubvel-org/segmentation_models.pytorch'
4949

5050
[tool.setuptools.dynamic]
51-
version = {attr = 'segmentation_models_pytorch.__version__'}
51+
version = {attr = 'segmentation_models_pytorch.__version__.__version__'}
5252

5353
[tool.setuptools.packages.find]
5454
include = ['segmentation_models_pytorch*']

0 commit comments

Comments
 (0)