From 94ecdb0ab69ed0fc1ec1c61729d96fe9cdca996a Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Mon, 29 Apr 2024 14:30:53 +0200 Subject: Python: Store metadata in setup.cfg When building for older distros such as Debian 11 it is problematic when metadata is in pyproject.toml. Let's store the metadata needed for building in setup.cfg, that is supported. --- wrappers/python/pyproject.toml | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'wrappers/python/pyproject.toml') diff --git a/wrappers/python/pyproject.toml b/wrappers/python/pyproject.toml index 1ffefc9..863ce8c 100644 --- a/wrappers/python/pyproject.toml +++ b/wrappers/python/pyproject.toml @@ -2,27 +2,6 @@ requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" -[project] -name = "eduvpn_common" -version = "1.99.2" -description = "eduvpn-common library" -authors = [ - {name = "Jeroen Wijenbergh", email = "jeroen.wijenbergh@geant.org"}, -] -requires-python = ">=3.6" -readme = "README.md" -license = {text = "MIT"} - -[project.urls] -Homepage = "https://github.com/eduvpn/eduvpn-common" - -[project.optional-dependencies] -lint = ["ruff" ] -mypy = [ "mypy" ] - -[tool.setuptools.packages.find] -include = ["eduvpn_common*"] - [tool.ruff] line-length = 120 -- cgit v1.2.3