From 5c778acfcdc8f78229d4d50bfe3af20c12b5ea92 Mon Sep 17 00:00:00 2001 From: Ivet Galabova Date: Thu, 19 Dec 2024 16:01:47 +0000 Subject: [PATCH] pyproject and tests --- pyproject.toml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f4e786b38..8db4758f3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,9 +54,9 @@ sdist.include = [ "LICENSE", "README.md", "src/HConfig.h.in", - "src", - "external", - "cmake", + "src/", + "external/", + "cmake/", ] sdist.exclude = [ @@ -64,11 +64,11 @@ sdist.exclude = [ ".gitattributes", ".gitignore", ".github", - "app", - "build", - "check", - "docs", - "subprojects", + "app/", + "build/", + "check/", + "docs/", + "subprojects/", ".coin-or", "build_webdemo.sh", ".clang-format", @@ -77,7 +77,8 @@ sdist.exclude = [ "**meson**", "MODS.md", "WORKSPACE", - "nuget", + "nuget/", + "nuget/README.md", "src/*.bazel*", "src/*.meson*", "interfaces/*csharp*",