We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a4127 commit af755beCopy full SHA for af755be
1 file changed
pyproject.toml
@@ -17,6 +17,14 @@ dependencies = [
17
18
[tool.poetry]
19
packages = [{ include = "stimfileapi", from = "tool" }]
20
+include = [
21
+ { path = "tool/stimfileapi/proto/*.py", format = [
22
+ "sdist",
23
+ "wheel",
24
+ ] },
25
+]
26
+exclude = ["__pycache__/"] # 防止自动从 VCS 提取配置
27
+# https://python-poetry.org/docs/pyproject#exclude-and-include
28
29
[build-system]
30
requires = ["poetry-core>=2.0.0,<3.0.0"]
0 commit comments