From 4cf9c8bfa8c186f6d46e30524a72f873fa9914ac Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 12 Mar 2026 23:48:20 +0000
Subject: [PATCH] NetworkDriverEntities: add GwAllocCheckEntity
---
pyproject.toml | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..8199f3a
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,25 @@
+[build-system]
+build-backend = "setuptools.build_meta"
+requires = ["setuptools>=80", "setuptools-scm>=8"]
+
+[project]
+name = "docker-plugin-api"
+dynamic = ["version"]
+authors = [
+ { name="Jacek Kowalski", email="Jacek@jacekk.info"},
+]
+description = "Python interface to Docker Plugin API"
+readme = "README.md"
+requires-python = ">=3.9"
+dependencies = ["Flask"]
+classifiers = [
+ "Intended Audience :: Developers",
+ "Operating System :: OS Independent",
+]
+license = "BSD-3-Clause"
+license-files = ["LICENSE"]
+
+[project.urls]
+Homepage = "https://github.com/jacekkow/docker-plugin-api"
+
+[tool.setuptools_scm]
--
Gitblit v1.10.0