diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 53270a9..5317250 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | [tool.poetry] | 1 | [tool.poetry] |
| 2 | name = "video2story" | 2 | name = "video2story" |
| 3 | version = "1.0.0" | 3 | version = "1.0.1" |
| 4 | description = "Simple telegram story uploader" | 4 | description = "Simple telegram story uploader" |
| 5 | repository = "https://codeberg.org/igorechek06/video2story" | ||
| 5 | authors = ["Tolmachev Igor <me@igorek.dev>"] | 6 | authors = ["Tolmachev Igor <me@igorek.dev>"] |
| 6 | readme = "README.md" | 7 | readme = "README.md" |
| 8 | packages = [{ include = "video2story" }] | ||
| 7 | 9 | ||
| 8 | [tool.poetry.dependencies] | 10 | [tool.poetry.dependencies] |
| 9 | python = "^3.10" | 11 | python = "^3.10" |
| @@ -14,6 +16,9 @@ mypy = "^1.11.2" | |||
| 14 | isort = "^5.13.2" | 16 | isort = "^5.13.2" |
| 15 | black = "^24.8.0" | 17 | black = "^24.8.0" |
| 16 | 18 | ||
| 19 | [tool.poetry.scripts] | ||
| 20 | video2story = "video2story:main" | ||
| 21 | |||
| 17 | [tool.mypy] | 22 | [tool.mypy] |
| 18 | ignore_missing_imports = true | 23 | ignore_missing_imports = true |
| 19 | disallow_untyped_defs = true | 24 | disallow_untyped_defs = true |
