Comply with setuptools 69
This commit is contained in:
parent
3fb64bb6ee
commit
5050c3fed0
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user