Skip to content

Commit

Permalink
specify package explicitely for flat-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Feb 10, 2023
1 parent 67aa9d8 commit dc1cdd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ test = [

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

[tool.setuptools]
packages = ["tmtccmd"]

0 comments on commit dc1cdd6

Please sign in to comment.