Skip to content

Commit c156d9d

Browse files
committed
fix: remove duplicate setuptools configuration in pyproject.toml
- Remove duplicate [tool.setuptools.packages.find] section - This was causing TOML parsing error during pip install - Fixes: tomllib.TOMLDecodeError: Cannot declare twice
1 parent ac303fe commit c156d9d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ Documentation = "https://nutrient-dws-client-python.readthedocs.io"
5858
Repository = "https://github.com/jdrhyne/nutrient-dws-client-python"
5959
"Bug Tracker" = "https://github.com/jdrhyne/nutrient-dws-client-python/issues"
6060

61-
[tool.setuptools.packages.find]
62-
where = ["src"]
63-
6461
[tool.setuptools.package-data]
6562
nutrient_dws = ["py.typed"]
6663

0 commit comments

Comments
 (0)