Skip to content

Commit

Permalink
Extend support for DSpace (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 authored Aug 20, 2023
1 parent c4ce3e7 commit bac4570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datahugger/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@

# add keys in lower-case for fast case-insensitive lookups
RE3DATA_SOFTWARE = {
"dataverse": DataverseDataset, # Hits on re3data 2022-09-02: (145)
# "DSpace": DSpaceDataset, # Hits on re3data 2022-09-02: (115)
"dataverse": DataverseDataset,
"dspace": DSpaceDataset,
# "CKAN": CKANDataset, # Hits on re3data 2022-09-02: (89)
# "MySQL": MySQLDataset, # Hits on re3data 2022-09-02: (86)
# "Fedora": FedoraDataset, # Hits on re3data 2022-09-02: (43)
Expand Down

0 comments on commit bac4570

Please sign in to comment.