From 24ac1dd2f0783583881320ef5fde6540d8530467 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 9 Jan 2020 02:02:37 +0100 Subject: datacite: get rid of schemaVersion --- python/fatcat_tools/importers/datacite.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/fatcat_tools/importers') diff --git a/python/fatcat_tools/importers/datacite.py b/python/fatcat_tools/importers/datacite.py index b1862b44..7878ebfa 100644 --- a/python/fatcat_tools/importers/datacite.py +++ b/python/fatcat_tools/importers/datacite.py @@ -559,12 +559,9 @@ class DataciteImporter(EntityImporter): # Include version information. metadata_version = attributes.get('metadataVersion') or '' - schema_version = attributes.get('schemaVersion') or '' if metadata_version: extra_datacite['metadataVersion'] = metadata_version - if schema_version: - extra_datacite['schemaVersion'] = schema_version # Include resource types. types = attributes.get('types', {}) or {} -- cgit v1.2.3