diff --git a/setup.cfg b/setup.cfg index 724c97e6c..463574413 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,10 @@ long_description_content_type = text/x-rst [options] zip_safe = False -packages = fastf1 +packages = + fastf1 + fastf1.livetiming + python_requires = >= 3.8 install_requires = requests