Skip to content

Commit bd47090

Browse files
xfgongclaude
andcommitted
fix: add build-system and remove conflicting license classifier
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1044f1c commit bd47090

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ classifiers = [
99
"Development Status :: 3 - Alpha",
1010
"Framework :: AsyncIO",
1111
"Intended Audience :: Developers",
12-
"License :: OSI Approved :: MIT License",
1312
"Programming Language :: Python :: 3.11",
1413
"Programming Language :: Python :: 3.12",
1514
"Programming Language :: Python :: 3.13",
@@ -38,5 +37,9 @@ dev = [
3837
asyncio_mode = "auto"
3938
testpaths = ["tests"]
4039

40+
[build-system]
41+
requires = ["hatchling"]
42+
build-backend = "hatchling.build"
43+
4144
[tool.hatch.build.targets.wheel]
4245
packages = ["cubepi"]

0 commit comments

Comments
 (0)