fix requires_python?

master
Laura Liberda 2020-12-03 08:03:24 +01:00
parent 69ba35de39
commit b4c43b16b6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ DESCRIPTION = 'LibreFi logs into public Wi-Fis without user interaction. Just ac
URL = 'https://git.sakamoto.pl/laudom/librefi'
EMAIL = 'librefi@selfisekai.rocks'
AUTHOR = 'Lauren Liberda'
REQUIRES_PYTHON = '~=2.7, >=3.5'
REQUIRES_PYTHON = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4'
REQUIRED = [
'requests',