We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f13cb commit 0032dbfCopy full SHA for 0032dbf
pyproject.toml
@@ -15,8 +15,11 @@ dependencies = [
15
license = {file = "LICENSE.txt"}
16
version = "0.0.1"
17
18
-[tool.setuptools]
19
-packages = ["quantlib"]
+[tool.setuptools.packages.find]
+include = ["quantlib*"]
20
+
21
+[tool.setuptools.exclude-package-data]
22
+"*" = ["**.cpp", "**.pyx"]
23
24
[tool.uv]
25
config-settings = { "--build-option" = "build_ext -j6" }
0 commit comments