Skip to content

Commit dc04fd6

Browse files
govindkavaturi-artGk
andauthored
fix: license format + switch to hatchling build backend for PyPI metadata (#8)
Co-authored-by: Gk <gk@Gks-MacBook-Pro.local>
1 parent 80b1368 commit dc04fd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "cueapi"
33
version = "0.1.2"
44
description = "CLI for CueAPI - the scheduling API for AI agents"
55
readme = "README.md"
6-
license = "MIT"
6+
license = { text = "MIT" }
77
requires-python = ">=3.9"
88
authors = [
99
{name = "Vector Apps Inc.", email = "support@vector.build"}
@@ -31,5 +31,5 @@ Repository = "https://github.com/cueapi/cueapi-cli"
3131
cueapi = "cueapi.cli:main"
3232

3333
[build-system]
34-
requires = ["setuptools>=68"]
35-
build-backend = "setuptools.build_meta"
34+
requires = ["hatchling"]
35+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)