Skip to content

Commit

Permalink
Ajustes para uso do schema 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobatalha committed Nov 11, 2015
1 parent c2e654e commit aa63e0f
Show file tree
Hide file tree
Showing 4 changed files with 4,841 additions and 4,839 deletions.
4 changes: 2 additions & 2 deletions exportsci.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ def run(task='add', clean_garbage=False, normalize=True):
'xlink': 'http://www.w3.org/1999/xlink'
}
global_xml = etree.Element('articles', nsmap=nsmap)
global_xml.set('dtd-version', '1.09')
global_xml.set('{http://www.w3.org/2001/XMLSchema-instance}noNamespaceSchemaLocation', 'ThomsonReuters_publishing_1.09.xsd')
global_xml.set('dtd-version', '1.10')
global_xml.set('{http://www.w3.org/2001/XMLSchema-instance}noNamespaceSchemaLocation', 'ThomsonReuters_publishing_1.10.xsd')

if os.path.exists(xml_file_name):
logger.warning("File {0} already exists".format(xml_file_name))
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.5.3
pymongo==2.5.2
lxml==3.4.2
-e git+https://github.com/scieloorg/[email protected].5#egg=exportsci
-e git+https://github.com/scieloorg/[email protected].6#egg=exportsci
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="exportsci",
version='0.1.5',
version='0.1.6',
description="Export metadata to SciELO CI",
author="SciELO",
author_email="[email protected]",
Expand Down
Loading

0 comments on commit aa63e0f

Please sign in to comment.