We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b1368 commit dc04fd6Copy full SHA for dc04fd6
1 file changed
pyproject.toml
@@ -3,7 +3,7 @@ name = "cueapi"
3
version = "0.1.2"
4
description = "CLI for CueAPI - the scheduling API for AI agents"
5
readme = "README.md"
6
-license = "MIT"
+license = { text = "MIT" }
7
requires-python = ">=3.9"
8
authors = [
9
{name = "Vector Apps Inc.", email = "support@vector.build"}
@@ -31,5 +31,5 @@ Repository = "https://github.com/cueapi/cueapi-cli"
31
cueapi = "cueapi.cli:main"
32
33
[build-system]
34
-requires = ["setuptools>=68"]
35
-build-backend = "setuptools.build_meta"
+requires = ["hatchling"]
+build-backend = "hatchling.build"
0 commit comments