Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
move energy, quantity and statement modules to core
  • Loading branch information
huanyu-li authored Dec 9, 2024
1 parent 1927a60 commit d16c71a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ def create_index_file():

core = ["actor", "actorODP", "cvn",
"material", "process", "processODP",
"product", "resourceODP", "value"]
"product", "resourceODP", "value",
"energy", "quantity", "energy"]

data = {
"core": [],
Expand Down

0 comments on commit d16c71a

Please # to comment.