Skip to content

Commit 51ac1b8

Browse files
committed
Minor fix for setup.py
1 parent 5d1d108 commit 51ac1b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
author='tuxedoar',
1414
author_email='tuxedoar@gmail.com',
1515
packages=['ssh_commander'],
16+
python_requires='>=3.4',
1617
entry_points={
1718
"console_scripts": [
1819
"ssh-commander = ssh_commander.ssh_commander:main",

0 commit comments

Comments
 (0)