feat: Add packaging and publishing scripts, update dependencies, and enhance .gitignore
This commit is contained in:
parent
f2e5774204
commit
6ba7b0773a
6 changed files with 218 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue