Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 228b6ab

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

File tree

1 file changed

+6
-0
lines changed
Filter options

1 file changed

+6
-0
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+6Lines changed: 6 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.