We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a4d0f commit bd80771Copy full SHA for bd80771
.gitignore
@@ -21,6 +21,7 @@ __pycache__/
21
22
# Directories created by the build process
23
bin/
24
+dist/
25
lib/
26
include/
27
dbd/
pyproject.toml
@@ -20,6 +20,9 @@ classifiers = [
20
"Topic :: Scientific/Engineering :: Physics"
]
+[tool.poetry.scripts]
+dt4acc_softioc = { reference = "scripts/dt4acc_softioc.py", type = "file"}
+
[tool.poetry.dependencies]
python = ">=3.7"
28
accelerator-toolbox="*"
0 commit comments