mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
The following steps have been taken: 1. Black was updated to latest version. The code has been formatted with the new version. 2. The pyupgrade utility is installed. This helped to remove all the code that was needed to support Python < 3.7. Fix #541. Co-authored-by: Inada Naoki <songofacandy@gmail.com>
32 lines
1 KiB
INI
32 lines
1 KiB
INI
[metadata]
|
|
name = msgpack
|
|
#version = attr: msgpack.__version__
|
|
version = attr: msgpack.version
|
|
license = Apache 2.0
|
|
author = Inada Naoki
|
|
author_email = songofacandy@gmail.com
|
|
description = MessagePack serializer
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
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
|
|
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
Programming Language :: Python :: Implementation :: PyPy
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
[flake8]
|
|
max_line_length = 100
|
|
|