diff --git a/deltachat-rpc-client/pyproject.toml b/deltachat-rpc-client/pyproject.toml index 178585d82..b62d55969 100644 --- a/deltachat-rpc-client/pyproject.toml +++ b/deltachat-rpc-client/pyproject.toml @@ -1,15 +1,15 @@ [build-system] -requires = ["setuptools>=45"] +requires = ["setuptools>=77"] build-backend = "setuptools.build_meta" [project] name = "deltachat-rpc-client" version = "2.28.0" +license = "MPL-2.0" description = "Python client for Delta Chat core JSON-RPC interface" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Operating System :: POSIX :: Linux", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python :: 3", diff --git a/python/pyproject.toml b/python/pyproject.toml index 34fd27a47..a0b4099fb 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,10 +1,11 @@ [build-system] -requires = ["setuptools>=45", "wheel", "cffi>=1.0.0", "pkgconfig"] +requires = ["setuptools>=77", "wheel", "cffi>=1.0.0", "pkgconfig"] build-backend = "setuptools.build_meta" [project] name = "deltachat" version = "2.28.0" +license = "MPL-2.0" description = "Python bindings for the Delta Chat Core library using CFFI against the Rust-implemented libdeltachat" readme = "README.rst" requires-python = ">=3.10" @@ -14,7 +15,6 @@ authors = [ classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Programming Language :: Python :: 3", "Topic :: Communications :: Chat", "Topic :: Communications :: Email",