Skip to content

Commit 6e9cff5

Browse files
authored
Remove incorrect CLI entry point
1 parent 22696a9 commit 6e9cff5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,5 @@
4848
"Operating System :: OS Independent",
4949
],
5050
keywords='python openssh ssh keys sshkey ssh-keygen ssh-certificate certificate parser decoder',
51-
entry_points = {
52-
'console_scripts': [
53-
'sshkey=sshkey_tools.cli:main'
54-
]
55-
}
51+
entry_points = {}
5652
)

0 commit comments

Comments
 (0)