From 4feb699184b6cfe3198eff559102e0ed50fc6456 Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Fri, 17 Apr 2026 11:33:04 +0200 Subject: [PATCH 1/2] Update license metadata in pyproject.toml --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd19f43f..f6e8ae97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,9 @@ version = "0.0.1" description = "A demo project for showing different protocol communications (API REST, gRPC) both in Python and C++." authors = [{name = "Alexander Kaszynski", email = "alexander.kaszynski@ansys.com"}, {name = "Roberto Pastor Muela", email = "roberto.pastormuela@ansys.com"}] readme = "README.md" -license = {file = "LICENSE"} -classifiers = ["License :: OSI Approved :: MIT License"] +license = "MIT" +license-files = ["LICENSE"] +classifiers = [] [project.urls] Home = "https://github.com/ansys/api-eigen-example" From 1c6da8d3bbde70e5d4daaec3f07287e9f3b867cd Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:02:31 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6e8ae97..880e5351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["flit_core >=3.2,<3.11"] # THIS SHOULD BE REVERTED TO '["flit_core >=3.2,<4"]' +requires = ["flit_core >=3.2,<4"] build-backend = "flit_core.buildapi" [project]