File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ def find_version(*file_paths):
42
42
name = 'opentok' ,
43
43
version = find_version ('opentok' , 'version.py' ),
44
44
description = 'OpenTok server-side SDK' ,
45
+ long_description_content_type = 'text/x-rst' ,
46
+ url = 'https://github.com/opentok/Opentok-Python-SDK/' ,
45
47
long_description = long_description ,
46
48
47
- url = 'https://github.com/opentok/Opentok-Python-SDK' ,
48
-
49
49
author = 'TokBox, Inc.' ,
50
50
51
51
license = 'LICENSE.txt' ,
@@ -58,9 +58,6 @@ def find_version(*file_paths):
58
58
59
59
'License :: OSI Approved :: MIT License' ,
60
60
61
- 'Programming Language :: Python :: 2' ,
62
- 'Programming Language :: Python :: 2.6' ,
63
- 'Programming Language :: Python :: 2.7' ,
64
61
'Programming Language :: Python :: 3' ,
65
62
'Programming Language :: Python :: 3.3' ,
66
63
'Programming Language :: Python :: 3.4' ,
You can’t perform that action at this time.
0 commit comments