diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..ca8814d --- /dev/null +++ b/pyproject.toml | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | [tool.poetry] | ||
| 2 | name = "video2story" | ||
| 3 | version = "1.0.0" | ||
| 4 | description = "Simple telegram story uploader" | ||
| 5 | authors = ["Tolmachev Igor <me@igorek.dev>"] | ||
| 6 | readme = "README.md" | ||
| 7 | |||
| 8 | [tool.poetry.dependencies] | ||
| 9 | python = "^3.10" | ||
| 10 | |||
| 11 | [build-system] | ||
| 12 | requires = ["poetry-core"] | ||
| 13 | build-backend = "poetry.core.masonry.api" | ||
