[Hotfix] Add [tool.setuptools.packages.find] in pyproject.toml (#2)
Co-authored-by: liufeihong <lfh02106008@alibaba-inc.com>
This commit is contained in:
@@ -26,6 +26,11 @@ dev = [
|
||||
"matplotlib",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["*"]
|
||||
exclude = ["tests*", "dist*"]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
Reference in New Issue
Block a user