From 6dde4dd0bc5e5f91f89587c75a30c9ef7a24494c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 6 Nov 2024 23:23:27 -0600 Subject: package as a cli app --- yoshi_cli.egg-info/entry_points.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 yoshi_cli.egg-info/entry_points.txt (limited to 'yoshi_cli.egg-info/entry_points.txt') diff --git a/yoshi_cli.egg-info/entry_points.txt b/yoshi_cli.egg-info/entry_points.txt new file mode 100644 index 0000000..cb6e7c1 --- /dev/null +++ b/yoshi_cli.egg-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +yoshi = yoshi.cli:yoshi -- cgit v1.2.3