Skip to content

Commit

Permalink
pidlock cli fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Arijit Basu committed Jan 11, 2018
1 parent 48b0560 commit fa6dd0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pidlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from contextlib import contextmanager


VERSION = 'v1.0.1'
VERSION = 'v1.0.2'

class PIDLockedException(Exception):
def __init__(self, name, pid):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
entry_points={
'console_scripts': [
'pidlock = pidlock:cli_lock',
'pidlock = pidlock:pidlock_cli',
]
}
)

0 comments on commit fa6dd0c

Please sign in to comment.