Skip to content

Commit

Permalink
correct build configuration (fix #232)
Browse files Browse the repository at this point in the history
  • Loading branch information
torik42 committed Nov 7, 2022
1 parent d581e21 commit 82a3ac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ classifiers = [
"Issue Tracker" = "https://github.com/torik42/YaLafi/issues"

[tool.setuptools]
package-dir = {"" = "yalafi"}
packages = ["yalafi", "yalafi.shell"]
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Configuration for setuptools
# Can be removed, when beta status of `tool.setuptools` table in `pyproject.toml` is removed.
[options]
package_dir=
=yalafi
packages =
yalafi
yalafi.shell

0 comments on commit 82a3ac9

Please sign in to comment.