PyOxidizer icon indicating copy to clipboard operation
PyOxidizer copied to clipboard

error: unable to find PyOxidizer config file at .

Open justinTM opened this issue 1 year ago • 0 comments

# ./pyoxidizer.toml
[application]
name = "sniff"
version = "0.3.0"

[[binaries]]
name = "sniff"
path = "sniff/cli/sniff.py"
$ pyoxidizer build
error: unable to find PyOxidizer config file at .

justinTM avatar Mar 29 '24 01:03 justinTM