Skip to content

Commit

Permalink
poetry: bump package version to 2.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
  • Loading branch information
yshalsager committed Jan 14, 2022
1 parent 2d66d4b commit a630424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xiaomi_flashable_firmware_creator"
version = "2.2.3"
version = "2.2.4"
description = "Create flashable firmware zip from MIUI Recovery ROMs!"
authors = ["yshalsager <ysh-alsager@hotmail.com>"]
license = "GPL-3.0-only"
Expand Down

2 comments on commit a630424

@ilekoglu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[tool.poetry]
name = "xiaomi_flashable_firmware_creator"
version = "2.2.4"
description = "Create flashable firmware zip from MIUI Recovery ROMs!"
authors = ["yshalsager ysh-alsager@hotmail.com"]
license = "GPL-3.0-only"
repository = "https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator/"
homepage = "https://xiaomifirmwareupdater.com/projects/xiaomi-flashable-firmware-creator/"
keywords = ["xiaomi", "firmware", "android"]
packages = [
{ include = "xiaomi_flashable_firmware_creator" }
]
include = [
"README.md",
"pyproject.toml"
]
exclude = ["xiaomi_flashable_firmware_creator/tests"]
readme = "README.md"

[tool.poetry.scripts]
xiaomi_flashable_firmware_creator = "xiaomi_flashable_firmware_creator.xiaomi_flashable_firmware_creator:main"

[tool.poetry.dependencies]
python = "^3.6"
remotezip = "^0.9.2"
protobuf = "^3.15.0"

[tool.poetry.dev-dependencies]
pylint = "^2.12.0"
pycodestyle = "^2.8.0"

[tool.pylint.messages_control]
disable = [
"too-many-instance-attributes"
]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

@ilekoglu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[tool.poetry]
name = "xiaomi_flashable_firmware_creator"
version = "2.2.4"
description = "Create flashable firmware zip from MIUI Recovery ROMs!"
authors = ["yshalsager ysh-alsager@hotmail.com"]
license = "GPL-3.0-only"
repository = "https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator/"
homepage = "https://xiaomifirmwareupdater.com/projects/xiaomi-flashable-firmware-creator/"
keywords = ["xiaomi", "firmware", "android"]
packages = [
{ include = "xiaomi_flashable_firmware_creator" }
]
include = [
"README.md",
"pyproject.toml"
]
exclude = ["xiaomi_flashable_firmware_creator/tests"]
readme = "README.md"

[tool.poetry.scripts]
xiaomi_flashable_firmware_creator = "xiaomi_flashable_firmware_creator.xiaomi_flashable_firmware_creator:main"

[tool.poetry.dependencies]
python = "^3.6"
remotezip = "^0.9.2"
protobuf = "^3.15.0"

[tool.poetry.dev-dependencies]
pylint = "^2.12.0"
pycodestyle = "^2.8.0"

[tool.pylint.messages_control]
disable = [
"too-many-instance-attributes"
]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

Please sign in to comment.