Ajusta setuptools do pyproject.toml para garantir que inclua todas as subpastas do pacote na build
This commit is contained in:
+3
-2
@@ -2,8 +2,9 @@
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["notion"]
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["notion*"]
|
||||
|
||||
[project]
|
||||
name = "sdk-notion"
|
||||
|
||||
Reference in New Issue
Block a user