Skip to content

Commit

Permalink
pyproject and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Dec 19, 2024
1 parent 8f9c7bc commit 5c778ac
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@ sdist.include = [
"LICENSE",
"README.md",
"src/HConfig.h.in",
"src",
"external",
"cmake",
"src/",
"external/",
"cmake/",
]

sdist.exclude = [
".github",
".gitattributes",
".gitignore",
".github",
"app",
"build",
"check",
"docs",
"subprojects",
"app/",
"build/",
"check/",
"docs/",
"subprojects/",
".coin-or",
"build_webdemo.sh",
".clang-format",
Expand All @@ -77,7 +77,8 @@ sdist.exclude = [
"**meson**",
"MODS.md",
"WORKSPACE",
"nuget",
"nuget/",
"nuget/README.md",
"src/*.bazel*",
"src/*.meson*",
"interfaces/*csharp*",
Expand Down

0 comments on commit 5c778ac

Please sign in to comment.