Маленькие правки

This commit is contained in:
2024-12-30 23:48:18 +03:00
parent e16d7a440e
commit e5293cbf05
2 changed files with 23 additions and 9 deletions

View File

@ -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"