Comply with setuptools 69

This commit is contained in:
nemunaire 2023-12-10 11:13:45 +01:00
parent 3fb64bb6ee
commit 5050c3fed0
1 changed files with 3 additions and 0 deletions

View File

@ -6,7 +6,9 @@ authors = [
]
description = "Finally a simple interface for domain names."
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.9"
keywords = ['dns ns happydomain domain domainname']
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)",
@ -18,6 +20,7 @@ classifiers = [
"Intended Audience :: Information Technology",
"Operating System :: POSIX",
]
dependencies = ['requests']
[project.urls]
"Homepage" = "https://git.happydomain.org/python-sdk"