Skip to content

Commit bd80771

Browse files
committed
[TASK] pyproject.toml: adding start script
1 parent 01a4d0f commit bd80771

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ __pycache__/
2121

2222
# Directories created by the build process
2323
bin/
24+
dist/
2425
lib/
2526
include/
2627
dbd/

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ classifiers = [
2020
"Topic :: Scientific/Engineering :: Physics"
2121
]
2222

23+
[tool.poetry.scripts]
24+
dt4acc_softioc = { reference = "scripts/dt4acc_softioc.py", type = "file"}
25+
2326
[tool.poetry.dependencies]
2427
python = ">=3.7"
2528
accelerator-toolbox="*"

0 commit comments

Comments
 (0)