From: Guillaume Pellerin Date: Mon, 30 Dec 2019 01:57:56 +0000 (+0100) Subject: [setup] force py3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bb497282696f24bc44cdcaf724cc243468fbbb59;p=deefuzzer.git [setup] force py3 --- diff --git a/setup.py b/setup.py index 9dca157..5953b3d 100644 --- a/setup.py +++ b/setup.py @@ -38,4 +38,5 @@ setup( packages=find_packages(), include_package_data=True, zip_safe=False, + python_requires='>=3', )