Skip to content

Commit f82959c

Browse files
committed
fix import errors
1 parent 6aece78 commit f82959c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ DOCUMENTATION = "https://move-coop.github.io/parsons/html/stable/index.html"
3636
Repository = "https://github.com/move-coop/parsons.git"
3737
GitHub = "https://github.com/move-coop/parsons"
3838

39-
[tool.setuptools.packages.find]
40-
where = ["parsons"]
41-
namespaces = false
39+
[tool.setuptools]
40+
packages = ["parsons"]
4241

4342
[tool.ruff]
4443
# Exclude a variety of commonly ignored directories.

0 commit comments

Comments
 (0)