We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aece78 commit f82959cCopy full SHA for f82959c
pyproject.toml
@@ -36,9 +36,8 @@ DOCUMENTATION = "https://move-coop.github.io/parsons/html/stable/index.html"
36
Repository = "https://github.com/move-coop/parsons.git"
37
GitHub = "https://github.com/move-coop/parsons"
38
39
-[tool.setuptools.packages.find]
40
-where = ["parsons"]
41
-namespaces = false
+[tool.setuptools]
+packages = ["parsons"]
42
43
[tool.ruff]
44
# Exclude a variety of commonly ignored directories.
0 commit comments