aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml13
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]
2name = "video2story"
3version = "1.0.0"
4description = "Simple telegram story uploader"
5authors = ["Tolmachev Igor <me@igorek.dev>"]
6readme = "README.md"
7
8[tool.poetry.dependencies]
9python = "^3.10"
10
11[build-system]
12requires = ["poetry-core"]
13build-backend = "poetry.core.masonry.api"