summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 17aeae22..9d0ff5f9 100755
--- a/setup.py
+++ b/setup.py
@@ -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)