We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf92e29 commit cc30c7eCopy full SHA for cc30c7e
1 file changed
pyproject.toml
@@ -78,8 +78,10 @@ Homepage = "https://recommandations-collaboratives.beta.gouv.fr/"
78
Documentation = "https://reco-co.gitbook.io/"
79
Repository = "https://github.com/betagouv/recommandations-collaboratives/"
80
81
-[tool.setuptools]
82
-packages = ["recoco"]
+[tool.setuptools.packages.find]
+include = ["recoco*"] # package names should match these glob patterns (["*"] by default)
83
+namespaces = false # to disable scanning PEP 420 namespaces (true by default)
84
+
85
86
[tool.setuptools.dynamic]
87
version = {attr = "recoco.__version__"}
0 commit comments