Skip to content

Commit eb86d59

Browse files
Merge pull request #167 from ENOT-AutoDL/fix/broken_build
fix: broken build (missing subpackages)
2 parents 77814e4 + 4156a45 commit eb86d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'onnx2torch'
3-
version = '1.5.9'
3+
version = '1.5.10'
44
license = {file = 'LICENSE'}
55
description = 'ONNX to PyTorch converter'
66
readme = 'README.md'
@@ -38,7 +38,7 @@ homepage = 'https://enot.ai'
3838
repository = 'https://github.com/ENOT-AutoDL/onnx2torch'
3939

4040
[tool.setuptools.packages.find]
41-
include = ['onnx2torch']
41+
include = ['onnx2torch*']
4242

4343
[tool.black]
4444
line-length = 120

0 commit comments

Comments
 (0)