Skip to content

Commit c9b92a7

Browse files
committed
Specify the directory to use for the package in pyproject.toml.
setuptools attempts to discern what directories need to be part of the package automatically, but apparently it gets easily confused, so this change explicitly sets it. This fixes #81.
1 parent 0f1d8e8 commit c9b92a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ line-length = 79
3939
[tool.ruff.format]
4040
quote-style = "single"
4141

42+
[tool.setuptools]
43+
packages = [ "json5" ]
44+
4245
[tool.setuptools.dynamic]
4346
version = {attr = "json5.__version__"}

0 commit comments

Comments
 (0)