From 6e642d8ab34c505e3fc1c164d7d109e03eed3593 Mon Sep 17 00:00:00 2001 From: bnznamco Date: Mon, 5 Jun 2023 14:52:02 +0200 Subject: [PATCH] fix: fix steup.cfg python version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 59f3405..e245ccd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = [options] packages = find: include_package_data = True -python_requires = >= 3.0.* +python_requires = >= 3.0 install_requires = lotrek-django-hvad>=1.8.1 djsuperadmin>=0.9,<1.0.0