Skip to content

Commit 6e70c23

Browse files
authored
updating rst format for long description - drop python 2.7
1 parent 648340b commit 6e70c23

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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='[email protected]',
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',

0 commit comments

Comments
 (0)