Skip to content

Commit

Permalink
fix: remove contributor format changes (moved to PR brightway-lca#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haitham-ghaida committed Dec 3, 2024
1 parent 0809fbd commit 452769d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ecoinvent_migrate/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ def generate_technosphere_mapping(
name=f"{source_db_name}-{target_db_name}",
description=description,
contributors=[
{"title": "ecoinvent association", "path": "https://ecoinvent.org/", "roles": ["author"]},
{"title": "Chris Mutel", "path": "https://chris.mutel.org/", "roles": ["wrangler"]},
{"title": "ecoinvent association", "path": "https://ecoinvent.org/", "role": "author"},
{"title": "Chris Mutel", "path": "https://chris.mutel.org/", "role": "wrangler"},
],
mapping_source=MappingConstants.ECOSPOLD2,
mapping_target=MappingConstants.ECOSPOLD2,
Expand Down Expand Up @@ -319,9 +319,9 @@ def generate_biosphere_mapping(
{
"title": "ecoinvent association",
"path": "https://ecoinvent.org/",
"roles": ["author"],
"role": "author",
},
{"title": "Chris Mutel", "path": "https://chris.mutel.org/", "roles": ["wrangler"]},
{"title": "Chris Mutel", "path": "https://chris.mutel.org/", "role": "wrangler"},
],
mapping_source=MappingConstants.ECOSPOLD2_BIO,
mapping_target=MappingConstants.ECOSPOLD2_BIO,
Expand Down

0 comments on commit 452769d

Please sign in to comment.