Skip to content

Commit

Permalink
installation: converters entry points
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed May 3, 2016
1 parent 8a655ab commit 5975bec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,13 @@
entry_points={
'invenio_base.api_apps': [
'invenio_records_rest = invenio_records_rest:InvenioRecordsREST',
]
],
'invenio_base.converters': [
'pid = invenio_records_rest.utils:PIDConverter',
],
'invenio_base.api_converters': [
'pid = invenio_records_rest.utils:PIDConverter',
],
},
extras_require=extras_require,
install_requires=install_requires,
Expand Down

0 comments on commit 5975bec

Please sign in to comment.