Skip to content

Commit cff7f34

Browse files
authored
Update pyproject.toml
set as package so it can be included in other projects
1 parent 92fdad6 commit cff7f34

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
@@ -33,3 +33,6 @@ dev = ["black", "pytest"]
3333

3434
[project.scripts]
3535
decoy = "decoy.cli:rootcmd"
36+
37+
[tool.setuptools]
38+
packages = ["decoy"]

0 commit comments

Comments
 (0)