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 15ef716 commit 10c282aCopy full SHA for 10c282a
pyproject.toml
@@ -1,13 +1,14 @@
1
[build-system]
2
-requires = ["hatchling"]
3
-build-backend = "hatchling.build"
+requires = ["setuptools", "setuptools-scm"]
+build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "swift-browser-ui"
7
dynamic = ["version"]
8
description = "Object browser Web UI for Openstack Swift API"
9
readme = "README.md"
10
-license = "MIT"
+requires-python = ">=3.8"
11
+license = {text = "MIT"}
12
authors = [
13
{ name = "CSC Developers" },
14
]
0 commit comments