@@ -4,41 +4,36 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " sendou-py"
7- version = " 1.2.8 "
7+ version = " 1.2.9 "
88description = " An async Python library for Sendou.ink"
99authors = [
" Vincent Lee <[email protected] >" ,]
1010license = " MIT"
1111readme = " README.md"
1212homepage = " https://github.com/IPLSplatoon/sendou.py/"
1313repository = " https://github.com/IPLSplatoon/sendou.py/"
1414documentation = " https://sendou.opensource.iplabs.work/"
15- keywords = [" splatoon" , " sendou.ink" ]
16- classifiers = [
17- " Topic :: Software Development :: Libraries :: Python Modules" ,
18- " Development Status :: 4 - Beta" ,
19- " Framework :: AsyncIO"
20- ]
21- packages = [{include =" sendou" }]
15+ keywords = [ " splatoon" , " sendou.ink" ,]
16+ classifiers = [ " Topic :: Software Development :: Libraries :: Python Modules" , " Development Status :: 4 - Beta" , " Framework :: AsyncIO" ,]
17+ [[tool .poetry .packages ]]
18+ include = " sendou"
2219
2320[tool .poetry .dependencies ]
2421python = " ^3.10"
2522python-dateutil = " ^2.8.2"
2623aiohttp-client-cache = " ^0.11.0"
2724
2825[tool .sendou-py .source ]
29- schema_commit = " 5ad69f941f3844d89153e4ac03184a0482e8df3b "
26+ schema_commit = " 6d654baa3094813fa125fef404311c08352676f6 "
3027schema_path = " app/features/api-public/schema.ts"
3128
3229[tool .pytest .ini_options ]
33- addopts = [
34- " --import-mode=importlib" ,
35- ]
36- testpaths = [" tests" ]
30+ addopts = [ " --import-mode=importlib" ,]
31+ testpaths = [ " tests" ,]
3732
3833[tool .poetry .group .dev .dependencies ]
3934pytest = " ^8.3.2"
4035asyncio = " ^3.4.3"
4136toml = " ^0.10.2"
4237
4338[tool .poetry .group .ci .dependencies ]
44- pytest-md-report = " ^0.6.2"
39+ pytest-md-report = " ^0.6.2"
0 commit comments