Skip to content

Commit e2b336b

Browse files
committed
update toml as well
1 parent fc0206a commit e2b336b

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
@@ -39,7 +39,7 @@ Documentation = 'https://Loop3d.org/LoopProjectFile/'
3939
"Source Code" = 'https://github.com/loop3d/LoopProjectFile'
4040

4141
[tool.setuptools.dynamic]
42-
version = { attr = 'LoopProjectFile.Version.__version__' }
42+
version = { attr = 'LoopProjectFile.version.__version__' }
4343

4444
[tool.setuptools.packages.find]
4545
include = ['LoopProjectFile']

0 commit comments

Comments
 (0)