Skip to content

Commit 5d1d108

Browse files
committed
Pepare for packaging. Part II.
1 parent b64c714 commit 5d1d108

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
url='https://github.com/tuxedoar/ssh-commander',
1313
author='tuxedoar',
1414
author_email='tuxedoar@gmail.com',
15-
packages=['ssh-commander'],
15+
packages=['ssh_commander'],
1616
entry_points={
1717
"console_scripts": [
18-
"ssh-commander = ssh-commander.ssh-commander:main",
18+
"ssh-commander = ssh_commander.ssh_commander:main",
1919
],
2020
},
2121
install_requires=[
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)