Skip to content

Commit

Permalink
Merge pull request #167 from ENOT-AutoDL/fix/broken_build
Browse files Browse the repository at this point in the history
fix: broken build (missing subpackages)
  • Loading branch information
senysenyseny16 authored Jul 7, 2023
2 parents 77814e4 + 4156a45 commit eb86d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = 'onnx2torch'
version = '1.5.9'
version = '1.5.10'
license = {file = 'LICENSE'}
description = 'ONNX to PyTorch converter'
readme = 'README.md'
Expand Down Expand Up @@ -38,7 +38,7 @@ homepage = 'https://enot.ai'
repository = 'https://github.com/ENOT-AutoDL/onnx2torch'

[tool.setuptools.packages.find]
include = ['onnx2torch']
include = ['onnx2torch*']

[tool.black]
line-length = 120
Expand Down

0 comments on commit eb86d59

Please sign in to comment.