From: Guillaume Pellerin Date: Mon, 30 Dec 2019 02:01:10 +0000 (+0100) Subject: [setup] set classifiers to py3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3a7a3ff734dc8476d4d013e592b9b4cf3f262acf;p=deefuzzer.git [setup] set classifiers to py3 --- diff --git a/setup.py b/setup.py index 5953b3d..55e0214 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,8 @@ from setuptools import setup, find_packages CLASSIFIERS = [ - 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.7', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Multimedia :: Sound/Audio', 'Topic :: Multimedia :: Sound/Audio :: Players',