Update setup()

This commit is contained in:
INADA Naoki 2018-04-13 23:41:01 +09:00
parent d4675bee6c
commit 984116bd18

View file

@ -120,7 +120,13 @@ setup(name=name,
packages=['msgpack'],
description=desc,
long_description=long_desc,
url='http://msgpack.org/',
long_description_content_type="text/x-rst",
url='https://msgpack.org/',
project_urls = {
'Documentation': 'https://msgpack-python.readthedocs.io/',
'Source': 'https://github.com/msgpack/msgpack-python',
'Tracker': 'https://github.com/msgpack/msgpack-python/issues',
},
license='Apache 2.0',
classifiers=[
'Programming Language :: Python :: 2',