diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -56,6 +56,6 @@ setuptools.setup( | |||
| 56 | 'Programming Language :: Python :: 3 :: Only', | 56 | 'Programming Language :: Python :: 3 :: Only', |
| 57 | 'Topic :: Software Development :: Version Control :: Git', | 57 | 'Topic :: Software Development :: Version Control :: Git', |
| 58 | ], | 58 | ], |
| 59 | python_requires='>=3.6', | 59 | python_requires='>=3.5', |
| 60 | packages=['subcmds'], | 60 | packages=['subcmds'], |
| 61 | ) | 61 | ) |
