Skip to content

Commit 6d84a43

Browse files
committed
[odml/scripts] Rename to odmltordf
1 parent 5d0ae83 commit 6d84a43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

odml/scripts/odml_export_rdf.py renamed to odml/scripts/odml_to_rdf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
"""odmlExportRDF
1+
"""odmlToRDF
22
3-
odmlExportRDF searches for odML files within a provided SEARCHDIR
3+
odmlToRDF searches for odML files within a provided SEARCHDIR
44
and converts them to the newest odML format version and
55
exports all found and resulting odML files to XML formatted RDF.
66
Original files will never be overwritten.
77
8-
Usage: odmlexportrdf [-r] [-o OUT] SEARCHDIR
8+
Usage: odmltordf [-r] [-o OUT] SEARCHDIR
99
1010
Arguments:
1111
SEARCHDIR Directory to search for odML files.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
long_description=description_text,
4848
classifiers=CLASSIFIERS,
4949
license="BSD",
50-
entry_points={'console_scripts': ['odmlexportrdf=odml.scripts.odml_export_rdf:main']}
50+
entry_points={'console_scripts': ['odmltordf=odml.scripts.odml_to_rdf:main']}
5151
)

0 commit comments

Comments
 (0)