mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Update setup()
This commit is contained in:
parent
d4675bee6c
commit
984116bd18
1 changed files with 7 additions and 1 deletions
8
setup.py
8
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue