We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9189c4a commit 1ac0498Copy full SHA for 1ac0498
setup.py
@@ -49,5 +49,6 @@
49
classifiers=CLASSIFIERS,
50
license="BSD",
51
entry_points={'console_scripts': ['odmltordf=odml.scripts.odml_to_rdf:main',
52
- 'odmlconversion=odml.scripts.odml_conversion:main']}
+ 'odmlconversion=odml.scripts.odml_conversion:main',
53
+ 'odmlview=odml.scripts.odml_view:main']}
54
)
0 commit comments