Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp authored Mar 29, 2024
1 parent ca9747c commit 1d1124f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helics_apps-pip/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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"
version_file = "helics_apps/_version.py"

0 comments on commit 1d1124f

Please sign in to comment.