diff --git a/setup.cfg b/setup.cfg index a77e9f4..f9f37a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,6 +12,9 @@ classifiers = Operating System :: OS Independent Programming Language :: Python +[options] +python_requires = >= 3.8 + [options.entry_points] console_scripts = mvt-ios = mvt.ios:cli