Skip to content

Commit

Permalink
Name circlink.cli explicitly as package
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Dec 19, 2023
1 parent 882263f commit 7b9408e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dynamic = ["dependencies", "optional-dependencies"]
circlink = "circlink.cli:app"

[tool.setuptools]
packages = ["circlink"]
packages = ["circlink", "circlink.cli"]
include-package-data = true

[tool.setuptools.package-data]
Expand Down

0 comments on commit 7b9408e

Please sign in to comment.