@@ -14,12 +14,12 @@ license = {text="Apache 2.0"}
14
14
authors = [{
name =
" Inada Naoki" ,
email =
" [email protected] " }]
15
15
description = " MessagePack serializer"
16
16
readme = " README.md"
17
- # keywords = ["python", "msgpack", "messagepack", "serializer", "serialization", "binary"]
18
- # requires-python = ">=3.8"
17
+ keywords = [" msgpack" , " messagepack" , " serializer" , " serialization" , " binary" ]
18
+ requires-python = " >=3.8"
19
19
classifiers = [
20
- # "Development Status :: 5 - Production/Stable",
21
- # "Operating System :: OS Independent",
22
- # "Programming Language :: Python",
20
+ " Development Status :: 5 - Production/Stable" ,
21
+ " Operating System :: OS Independent" ,
22
+ " Programming Language :: Python" ,
23
23
" Programming Language :: Python :: 3" ,
24
24
" Programming Language :: Python :: 3.8" ,
25
25
" Programming Language :: Python :: 3.9" ,
@@ -37,7 +37,7 @@ Homepage = "https://msgpack.org/"
37
37
Documentation = " https://msgpack-python.readthedocs.io/"
38
38
Repository = " https://github.com/msgpack/msgpack-python/"
39
39
Tracker = " https://github.com/msgpack/msgpack-python/issues"
40
- # Changelog = "https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst"
40
+ Changelog = " https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst"
41
41
42
42
[tool .setuptools .dynamic ]
43
43
version = {attr = " msgpack.__version__" }
0 commit comments