Skip to content

Commit 7e9e5a5

Browse files
authored
fix: add SPDX license identifier (#37)
1 parent 0ff3084 commit 7e9e5a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tool.poetry]
22
name = "kasa-crypt"
33
version = "0.6.1"
4+
license = "Apache-2.0"
45
description = "Fast kasa crypt"
56
authors = ["J. Nick Koston <nick@koston.org>"]
67
readme = "README.md"
@@ -11,7 +12,6 @@ classifiers = [
1112
"Natural Language :: English",
1213
"Operating System :: OS Independent",
1314
"Topic :: Software Development :: Libraries",
14-
"License :: OSI Approved :: Apache Software License",
1515
]
1616
packages = [
1717
{ include = "kasa_crypt", from = "src" },
@@ -81,5 +81,5 @@ module = "tests.*"
8181
allow_untyped_defs = true
8282

8383
[build-system]
84-
requires = ['setuptools>=65.4.1', 'wheel', 'Cython>=3', "poetry-core>=1.0.0"]
84+
requires = ['setuptools>=77.0', 'Cython>=3', "poetry-core>=1.0.0"]
8585
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)