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):
4242 name = 'opentok' ,
4343 version = find_version ('opentok' , 'version.py' ),
4444 description = 'OpenTok server-side SDK' ,
45+ long_description_content_type = 'text/x-rst' ,
46+ url = 'https://github.com/opentok/Opentok-Python-SDK/' ,
4547 long_description = long_description ,
4648
47- url = 'https://github.com/opentok/Opentok-Python-SDK' ,
48-
4949 author = 'TokBox, Inc.' ,
5050 author_email = 'support@tokbox.com' ,
5151 license = 'LICENSE.txt' ,
@@ -58,9 +58,6 @@ def find_version(*file_paths):
5858
5959 'License :: OSI Approved :: MIT License' ,
6060
61- 'Programming Language :: Python :: 2' ,
62- 'Programming Language :: Python :: 2.6' ,
63- 'Programming Language :: Python :: 2.7' ,
6461 'Programming Language :: Python :: 3' ,
6562 'Programming Language :: Python :: 3.3' ,
6663 'Programming Language :: Python :: 3.4' ,
You can’t perform that action at this time.
0 commit comments