From 0e821c43b260e368f8d53775609cb6ce26975313 Mon Sep 17 00:00:00 2001 From: Jonathan DEKHTIAR Date: Wed, 13 Dec 2017 17:29:02 +0100 Subject: [PATCH] Update setup.py file to flag compatibility with Python 2.7-3.4-3.5-3.6 --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index c556ff82..587c285f 100644 --- a/setup.py +++ b/setup.py @@ -99,6 +99,12 @@ def __len__(self): 'Operating System :: POSIX', 'Operating System :: Unix', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Programming Language :: C++', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Scientific/Engineering',