From 50a27414822f9e5c7361fe0c87807f535da52f5e Mon Sep 17 00:00:00 2001 From: domna Date: Thu, 26 Oct 2023 18:13:33 +0200 Subject: [PATCH] Changes nyaml2nxdl path in pyproject --- pynxtools/definitions | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pynxtools/definitions b/pynxtools/definitions index 937af0945..56f51910c 160000 --- a/pynxtools/definitions +++ b/pynxtools/definitions @@ -1 +1 @@ -Subproject commit 937af0945ee1ae806ea655bc2cd81478a84d6a8e +Subproject commit 56f51910c3120f7c8b99e5bf2220b69ebb5b20c2 diff --git a/pyproject.toml b/pyproject.toml index 8b67df9b1..6d7a79600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dev = [ [project.scripts] read_nexus = "pynxtools.nexus.nexus:main" dataconverter = "pynxtools.dataconverter.convert:convert_cli" -nyaml2nxdl = "pynxtools.nyaml2nxdl.nyaml2nxdl:launch_tool" +nyaml2nxdl = "pynxtools.definitions.dev_tools.nyaml2nxdl.nyaml2nxdl:launch_tool" generate_eln = "pynxtools.eln_mapper.eln_mapper:get_eln" [tool.setuptools.package-data]