Skip to content

Commit c4af528

Browse files
authored
Merge pull request #1 from harryrobbins/modularised
Updated project so it can be installed as a package
2 parents 92fdad6 + cff7f34 commit c4af528

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)