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"