ascension

Migrate DNS zones to the GNU Name System
Log | Files | Refs | README | LICENSE

commit 85c0a114c47715b61ee98c5c59cbf70063199aea
parent 8442408f91c608a50c8ebfd9bf1eed11589c6775
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu, 28 Nov 2024 10:37:29 +0100

add pyproject.toml

Diffstat:
Apyproject.toml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -0,0 +1,5 @@ +[build-system] +requires = [ + "setuptools >= 40.9.0", +] +build-backend = "setuptools.build_meta"