Skip to content

Commit

Permalink
package dir
Browse files Browse the repository at this point in the history
  • Loading branch information
siiptuo committed Nov 30, 2023
1 parent 4b78fd5 commit fefd24b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ ignore = [
[tool.ruff.lint.extend-per-file-ignores]
"__init__.py" = ["F401"]

[tool.setuptools]
package-dir = {"" = "rpgpy"}

[tool.setuptools.dynamic]
version = {attr = "rpgpy.version.__version__"}

[tool.setuptools.packages.find]
where = ["rpgpy"]

[tool.tomlsort]
trailing_comma_inline_array = true
sort_inline_arrays = true

0 comments on commit fefd24b

Please sign in to comment.