Маленькие правки
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "telegramstickersgenerator"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
description = "A simple tool to convert any images and/or gifs to webm extension so that they can be used to create animated sticker/emoji packs in Telegram."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
@ -20,6 +20,7 @@ _git = "git add ."
|
||||
_lint = "pre-commit run --all-files"
|
||||
|
||||
lint = ["_git", "_lint"]
|
||||
run = "uv run main.py"
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py313"
|
||||
|
||||
Reference in New Issue
Block a user