From 1d1124f76f00acd50003ce4c093e35803356df73 Mon Sep 17 00:00:00 2001 From: Philip Top Date: Fri, 29 Mar 2024 12:48:04 -0700 Subject: [PATCH] Update pyproject.toml --- helics_apps-pip/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helics_apps-pip/pyproject.toml b/helics_apps-pip/pyproject.toml index 8580406..c90ae63 100644 --- a/helics_apps-pip/pyproject.toml +++ b/helics_apps-pip/pyproject.toml @@ -47,6 +47,7 @@ helics_broker = "helics_apps:helics_broker" helics_broker_server = "helics_apps:helics_broker_server" helics_player = "helics_apps:helics_player" helics_recorder = "helics_apps:helics_recorder" +helics_connector = "helics_apps:helics_connector" [tool.cibuildwheel] test-command = [ @@ -68,4 +69,4 @@ sdist.cmake = true [tool.setuptools_scm] # Section required version_scheme = "no-guess-dev" # Works well with SKBUILD version having postN and devM tags dropped, good for getting current HELICS version to download root = ".." -version_file = "helics_apps/_version.py" \ No newline at end of file +version_file = "helics_apps/_version.py"