Skip to content

Commit f6dc0fe

Browse files
committed
😢 hope it works
1 parent 8d2bc78 commit f6dc0fe

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,17 @@ classifiers = [
1717
"Topic :: Software Development :: Libraries",
1818
"Topic :: Utilities"
1919
]
20+
21+
22+
[project.optional-dependencies]
23+
dev = ["pytest"]
24+
25+
[project.scripts]
26+
devolv = "devolv.cli:app"
27+
28+
[build-system]
29+
requires = ["setuptools", "wheel"]
30+
build-backend = "setuptools.build_meta"
31+
32+
[tool.setuptools.packages.find]
33+
where = ["."]

0 commit comments

Comments
 (0)