]> git.parisson.com Git - deefuzzer.git/commitdiff
[setup] set classifiers to py3
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 30 Dec 2019 02:01:10 +0000 (03:01 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 30 Dec 2019 02:01:10 +0000 (03:01 +0100)
setup.py

index 5953b3d2152b79936797f839bb08aadb75a7c5ec..55e021458ad09bd98aeee81727441b08fc4924bf 100644 (file)
--- 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',