indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.32k stars 227 forks source link

error: unable to find PyOxidizer config file at . #742

Open justinTM opened 3 months ago

justinTM commented 3 months ago
# ./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 .