dave.py isn't packaged yet. Will try to do this myself but dealing with vcpkg is a bit annoying.
11 lines
180 B
TOML
11 lines
180 B
TOML
[project]
|
|
name = "errornocord"
|
|
version = "0.1.0"
|
|
|
|
[project.scripts]
|
|
errornocord = "errornocord.main:main"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["errornocord*"]
|