aboutsummarybugs & patchesrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorVosjedev <vosje@vosjedev.net>2026-01-23 18:13:41 +0100
committerVosjedev <vosje@vosjedev.net>2026-01-23 18:13:41 +0100
commit4dbafaf2036b76c7ed45000e943c2fce75223b1a (patch)
treedc23a9c15ec502ff403695362d72ed6e05b57b5a /pyproject.toml
downloaddiscord_image_bridge-4dbafaf2036b76c7ed45000e943c2fce75223b1a.tar.gz
discord_image_bridge-4dbafaf2036b76c7ed45000e943c2fce75223b1a.tar.bz2
discord_image_bridge-4dbafaf2036b76c7ed45000e943c2fce75223b1a.tar.xz
init project
Signed-off-by: Vosjedev <vosje@vosjedev.net>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..6734f7e
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,19 @@
+[project]
+name = "discord-image-bridge"
+version = "0.1.0"
+description = ""
+authors = [
+ {name = "Vosjedev",email = "vosje@vosjedev.net"}
+]
+readme = "README.md"
+requires-python = ">=3.13"
+dependencies = [
+]
+
+[tool.poetry]
+packages = [{include = "discord_image_bridge", from = "src"}]
+
+
+[build-system]
+requires = ["poetry-core>=2.0.0,<3.0.0"]
+build-backend = "poetry.core.masonry.api"