Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

cli: registration of entry point for cp #12

Merged
merged 1 commit into from Mar 22, 2017

Conversation

dinosk
Copy link
Contributor

@dinosk dinosk commented Mar 20, 2017

  • Adds entry point in setup.py for invenio memento cp command

Signed-off-by: Dinos Kousidis konstantinos.kousidis@cern.ch

@dinosk dinosk requested a review from nharraud March 20, 2017 12:31
@dinosk dinosk self-assigned this Mar 20, 2017
setup.py Outdated
@@ -90,6 +90,9 @@
include_package_data=True,
platforms='any',
entry_points={
'flask.commands': [
'memento_cp = invenio_memento.cli:cp'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say that we can stay with name of the module, hence just "memento".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, fixed

* Adds entry point in setup.py for invenio memento cp command

Signed-off-by: Dinos Kousidis <konstantinos.kousidis@cern.ch>
@lnielsen lnielsen merged commit 832c0f4 into inveniosoftware-attic:master Mar 22, 2017
@dinosk dinosk deleted the cli_entry_point branch April 3, 2017 11:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants