1- [tool . poetry ]
1+ [project ]
22name = " kasa-crypt"
33version = " 0.6.2"
44license = " Apache-2.0"
55description = " Fast kasa crypt"
6- authors = [" J. Nick Koston < nick@koston.org> " ]
6+ authors = [{ name = " J. Nick Koston" , email = " nick@koston.org" } ]
77readme = " README.md"
8- repository = " https://github.com/bdraco/kasa-crypt"
8+ requires-python = " >=3.9"
9+
10+ [project .urls ]
11+ "Repository" = " https://github.com/python-kasa/kasa-crypt"
12+ "Bug Tracker" = " https://github.com/python-kasa/kasa-crypt/issues"
13+ "Changelog" = " https://github.com/python-kasa/kasa-crypt/blob/main/CHANGELOG.md"
14+
15+ [tool .poetry ]
916classifiers = [
1017 " Development Status :: 2 - Pre-Alpha" ,
1118 " Intended Audience :: Developers" ,
@@ -21,24 +28,19 @@ packages = [
2128generate-setup-file = true
2229script = " build_ext.py"
2330
24- [tool .poetry .urls ]
25- "Bug Tracker" = " https://github.com/bdraco/kasa-crypt/issues"
26- "Changelog" = " https://github.com/bdraco/kasa-crypt/blob/main/CHANGELOG.md"
27-
2831[tool .poetry .dependencies ]
2932python = " ^3.9"
3033
3134[tool .poetry .group .dev .dependencies ]
3235pytest = " >=7,<9"
3336pytest-cov = " >=3,<7"
3437
35-
3638[tool .poetry .group .test .dependencies ]
3739cython = " >=0.29.35,<3.1.0"
3840
3941[tool .semantic_release ]
4042branch = " main"
41- version_toml = [" pyproject.toml:tool.poetry .version" ]
43+ version_toml = [" pyproject.toml:project .version" ]
4244version_variables = [" src/kasa_crypt/__init__.py:__version__" ]
4345build_command = " pip install poetry && poetry build"
4446
@@ -81,5 +83,5 @@ module = "tests.*"
8183allow_untyped_defs = true
8284
8385[build-system ]
84- requires = [' setuptools>=77.0' , ' Cython>=3' , " poetry-core>=1.0 .0" ]
86+ requires = [' setuptools>=77.0' , ' Cython>=3' , " poetry-core>=2.1 .0" ]
8587build-backend = " poetry.core.masonry.api"
0 commit comments