diff --git a/setup.cfg b/setup.cfg index 3932d04..c8c035d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ readme = "README.md" license = "MIT" [options] packages = find: -requires-python = ">=3.8" +requires_python = ">=3.8" install_requires = xlrd bs4