From 3c710d48be1d2bb5d6c40f2aaec58a245a016de8 Mon Sep 17 00:00:00 2001 From: Mike Gray Date: Sun, 3 Mar 2024 22:13:11 -0600 Subject: [PATCH] chore: push release requirements --- API.md | 2 +- test/__snapshots__/OVOSPHALProject.test.ts.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 7244f91..2ff48db 100644 --- a/API.md +++ b/API.md @@ -56,7 +56,7 @@ After editing `.projenrc.json`, run `pj` to regenerate the project files. This c In a new directory, run: -`npx projen new ovosphal --from "@mikejgray/ovos-skill-projen@latest"` +`npx projen new ovosphalproject --from "@mikejgray/ovos-skill-projen@latest"` The instructions are the same as for creating a new skill template, except that you have an additional option to set the PHAL plugin as admin or not. The default is `false`, indicating that the PHAL plugin will not run as root. diff --git a/test/__snapshots__/OVOSPHALProject.test.ts.snap b/test/__snapshots__/OVOSPHALProject.test.ts.snap index faf8cdc..8dbf156 100644 --- a/test/__snapshots__/OVOSPHALProject.test.ts.snap +++ b/test/__snapshots__/OVOSPHALProject.test.ts.snap @@ -344,7 +344,7 @@ setup( include_package_data=True, install_requires=get_requirements(\\"requirements.txt\\"), keywords=\\"ovos plugin voice assistant\\", - entry_points={ovos.plugin.phal: PLUGIN_ENTRY_POINT}, + entry_points={\\"ovos.plugin.phal\\": PLUGIN_ENTRY_POINT}, ) ", "src/__init__.py": "from ovos_bus_client import Message