@@ -14,12 +14,12 @@ license = {text="Apache 2.0"}
1414authors = [{name =" Inada Naoki" , email =" songofacandy@gmail.com" }]
1515description = " MessagePack serializer"
1616readme = " 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"
1919classifiers = [
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" ,
2323 " Programming Language :: Python :: 3" ,
2424 " Programming Language :: Python :: 3.8" ,
2525 " Programming Language :: Python :: 3.9" ,
@@ -37,7 +37,7 @@ Homepage = "https://msgpack.org/"
3737Documentation = " https://msgpack-python.readthedocs.io/"
3838Repository = " https://github.com/msgpack/msgpack-python/"
3939Tracker = " 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"
4141
4242[tool .setuptools .dynamic ]
4343version = {attr = " msgpack.__version__" }
0 commit comments