Skip to content

Commit e9e60aa

Browse files
authored
Merge pull request #80 from onekey-sec/fix-pypi-publish
fix pyproject package definition
2 parents 816669f + 7506707 commit e9e60aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Extract files from UBI and UBIFS images."
55
authors = ["ONEKEY <support@onekey.com>", "Jason Pruitt <jrspruitt@gmail.com>"]
66
license = "GNU GPL"
77
readme = "README.md"
8-
packages = [{include = "ubi_reader"}]
8+
packages = [{include = "ubireader"}]
99

1010
[tool.poetry.dependencies]
1111
python = "^3.8"

0 commit comments

Comments
 (0)