Skip to content

Commit 984116b

Browse files
committed
Update setup()
1 parent d4675be commit 984116b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,13 @@ def __init__(self, *args, **kwargs):
120120
packages=['msgpack'],
121121
description=desc,
122122
long_description=long_desc,
123-
url='http://msgpack.org/',
123+
long_description_content_type="text/x-rst",
124+
url='https://msgpack.org/',
125+
project_urls = {
126+
'Documentation': 'https://msgpack-python.readthedocs.io/',
127+
'Source': 'https://github.com/msgpack/msgpack-python',
128+
'Tracker': 'https://github.com/msgpack/msgpack-python/issues',
129+
},
124130
license='Apache 2.0',
125131
classifiers=[
126132
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)