Skip to content

Commit 228b6ab

Browse files
DEKHTIARJonathanskvark
authored andcommitted
Update setup.py file to flag compatibility with Python 2.7-3.4-3.5-3.6 (#57)
1 parent 424ec6a commit 228b6ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ def __len__(self):
9999
'Operating System :: POSIX',
100100
'Operating System :: Unix',
101101
'Programming Language :: Python',
102+
'Programming Language :: Python :: 2',
103+
'Programming Language :: Python :: 2.7',
104+
'Programming Language :: Python :: 3',
105+
'Programming Language :: Python :: 3.4',
106+
'Programming Language :: Python :: 3.5',
107+
'Programming Language :: Python :: 3.6',
102108
'Programming Language :: C++',
103109
'Programming Language :: Python :: Implementation :: CPython',
104110
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)