Skip to content

Commit d8fec5d

Browse files
committed
Ready for the real packagels -lh ssh_commander
1 parent 6cbde15 commit d8fec5d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='ssh-commander',
8-
version='0.1a',
8+
version='0.1',
99
description='Excecute remote commands on several hosts, with SSH',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -14,13 +14,14 @@
1414
author_email='tuxedoar@gmail.com',
1515
packages=['ssh_commander'],
1616
python_requires='>=3.4',
17+
scripts=["ssh_commander/_version.py"],
1718
entry_points={
1819
"console_scripts": [
1920
"ssh-commander = ssh_commander.ssh_commander:main",
2021
],
2122
},
2223
install_requires=[
23-
'paramiko>=2.4.3',
24+
'paramiko'
2425
],
2526

2627
classifiers=[
File renamed without changes.

0 commit comments

Comments
 (0)