Skip to content

Commit

Permalink
global: remove unused entry points
Browse files Browse the repository at this point in the history
* Removes incorrect entry points that causes Flask application to crash
  when invenio-base is installed. (closes inspirehep#27)

Signed-off-by: Javier Martin Montull <[email protected]>
  • Loading branch information
jmartinm committed Jan 25, 2017
1 parent ccab51e commit 7c62786
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@
include_package_data=True,
platforms='any',
entry_points={
'invenio_base.apps': [
'json_merger = json_merger:JsonMerger',
],
'invenio_i18n.translations': [
'messages = json_merger',
],
},
extras_require=extras_require,
install_requires=install_requires,
Expand Down

0 comments on commit 7c62786

Please sign in to comment.