Skip to content

Commit

Permalink
changed pyproject and qserver to be beamline specific
Browse files Browse the repository at this point in the history
  • Loading branch information
MDecarabas committed Dec 10, 2024
1 parent 0403614 commit 18e524b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
copyright = "2014-2024, APS"

[project]
name = "instrument"
name = "tomo_instrument"
dynamic = ["version"]
description = "Model of a Bluesky Data Acquisition Instrument in console, notebook, & queueserver."
authors = [
Expand Down Expand Up @@ -72,8 +72,8 @@ doc = [
all = ["instrument[dev,doc]"]

[project.urls]
"Homepage" = "https://BCDA-APS.github.io/bs_model_instrument/"
"Bug Tracker" = "https://github.com/BCDA-APS/bs_model_instrument/issues"
"Homepage" = "https://BCDA-APS.github.io/tomo-bits/"
"Bug Tracker" = "https://github.com/BCDA-APS/tomo-bits/issues"

# [project.scripts]
# instrument = "instrument.app:main"
Expand Down Expand Up @@ -219,7 +219,7 @@ skip-magic-trailing-comma = false
line-ending = "auto"

[tool.setuptools]
package-dir = {"instrument" = "src/instrument"}
package-dir = {"tomo_instrument" = "src/instrument"}

[tool.setuptools.package-data]
"*" = ["*.yml"]
Expand Down
2 changes: 1 addition & 1 deletion qserver/qs-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ run_engine:

startup:
keep_re: true
startup_module: instrument.startup
startup_module: tomo_instrument.startup
existing_plans_and_devices_path: ./
user_group_permissions_path: ./

Expand Down

0 comments on commit 18e524b

Please sign in to comment.