feat: Add packaging and publishing scripts, update dependencies, and enhance .gitignore

This commit is contained in:
claudi 2026-04-16 15:40:05 +02:00
parent f2e5774204
commit 6ba7b0773a
6 changed files with 218 additions and 1 deletions

View file

@ -24,7 +24,9 @@ webhooks = [
]
dev = [
"pytest>=8.3.3",
"pytest-asyncio>=0.24.0"
"pytest-asyncio>=0.24.0",
"build>=1.2.2",
"twine>=5.1.1"
]
[tool.setuptools.package-dir]