Skip to content

Commit

Permalink
Add entry point group for idaes-flowsheet-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Dec 10, 2024
1 parent 72d1a88 commit 6c89225
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ def __getitem__(self, key):
entry_points={
"console_scripts": [
"idaes = idaes.commands.base:command_base",
]
],
"idaes.flowsheets": [
"0D Fixed Bed TSA = idaes.models_extra.temperature_swing_adsorption.fixed_bed_tsa0d_ui",
],
},
# Only installed if [<key>] is added to package name
extras_require=dict(ExtraDependencies()),
Expand Down

0 comments on commit 6c89225

Please sign in to comment.