blob: 4d5285b6f3a474e676c50bed4445dbf021b744f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["hatchling", "hatch-vcs"]
+requires = []
build-backend = "hatchling.build"
[project]
@@ -7,7 +7,7 @@ name = "docker"
dynamic = ["version"]
description = "A Python library for the Docker Engine API."
readme = "README.md"
-license = "Apache-2.0"
+license = { text = "Apache-2.0" }
requires-python = ">=3.8"
maintainers = [
{ name = "Docker Inc.", email = "no-reply@docker.com" },
|