add uv env

This commit is contained in:
coon 2025-11-07 22:57:13 +01:00
commit 6649462843
3 changed files with 16 additions and 0 deletions

1
.python-version Normal file
View file

@ -0,0 +1 @@
3.13

7
pyproject.toml Normal file
View file

@ -0,0 +1,7 @@
[project]
name = "matrix-greeter-bot"
version = "0.1.0"
description = "Invites a person to announcement channel and gives a welcome message if they join the Matrix space"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []

8
uv.lock generated Normal file
View file

@ -0,0 +1,8 @@
version = 1
revision = 3
requires-python = ">=3.13"
[[package]]
name = "matrix-greeter-bot"
version = "0.1.0"
source = { virtual = "." }