Skip to content

Commit

Permalink
Adds stm extra to pyproject (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
domna authored Mar 11, 2024
1 parent 976ac5f commit b83ebcc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,17 @@ dev = [
"pre-commit",
]
convert = [
"pynxtools[mpes,xps]",
"pynxtools[mpes,xps,stm]",
]
mpes = [
"pynxtools-mpes",
]
xps = [
"pynxtools-xps",
]
stm = [
"pynxtools-stm",
]

[project.scripts]
read_nexus = "pynxtools.nexus.nexus:main"
Expand Down

0 comments on commit b83ebcc

Please sign in to comment.