We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1d108 commit 51ac1b8Copy full SHA for 51ac1b8
setup.py
@@ -13,6 +13,7 @@
13
author='tuxedoar',
14
author_email='tuxedoar@gmail.com',
15
packages=['ssh_commander'],
16
+ python_requires='>=3.4',
17
entry_points={
18
"console_scripts": [
19
"ssh-commander = ssh_commander.ssh_commander:main",
0 commit comments