Skip to content

Commit

Permalink
Fix entry_point
Browse files Browse the repository at this point in the history
  • Loading branch information
shuheiktgw committed Dec 1, 2020
1 parent 9d78876 commit 233ee08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nose_launchable/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

BUILD_NUMBER_KEY = "LAUNCHABLE_BUILD_NUMBER"


class Launchable(Plugin):
name = "launchable"
# Grab override sys.stdout after the capture plugin
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _requirements(file):
],
entry_points={
'nose.plugins.0.10': [
'launchable = launchable:Launchable'
'nose_launchable = nose_launchable:Launchable'
],
},
)

0 comments on commit 233ee08

Please sign in to comment.