Skip to content

Commit 10c282a

Browse files
committed
try to use setuptools build system
1 parent 15ef716 commit 10c282a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[build-system]
2-
requires = ["hatchling"]
3-
build-backend = "hatchling.build"
2+
requires = ["setuptools", "setuptools-scm"]
3+
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "swift-browser-ui"
77
dynamic = ["version"]
88
description = "Object browser Web UI for Openstack Swift API"
99
readme = "README.md"
10-
license = "MIT"
10+
requires-python = ">=3.8"
11+
license = {text = "MIT"}
1112
authors = [
1213
{ name = "CSC Developers" },
1314
]

0 commit comments

Comments
 (0)