@@ -4,22 +4,22 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " python-osc"
7- version = " 1.9.0"
8- description = " Open Sound Control server and client implementations in pure Python"
9- readme = " README.rst"
10- requires-python = " >=3.10"
11- license = {file = " LICENSE.txt" }
7+ version = " 1.9.0"
8+ description = " Open Sound Control server and client implementations in pure Python"
9+ readme = " README.rst"
10+ requires-python = " >=3.10"
11+ license = { file = " LICENSE.txt" }
1212authors = [
13- { name = " attwad" , email = " tmusoft@gmail.com" },
13+ { name = " attwad" , email = " tmusoft@gmail.com" },
1414]
1515keywords = [" osc" , " sound" , " midi" , " music" ]
16- classifiers = [
17- ' Development Status :: 5 - Production/Stable' ,
18- ' Intended Audience :: Developers' ,
19- ' License :: Freely Distributable' ,
20- ' Programming Language :: Python :: 3' ,
21- ' Topic :: Multimedia :: Sound/Audio' ,
22- ' Topic :: System :: Networking' ,
16+ classifiers = [
17+ " Development Status :: 5 - Production/Stable" ,
18+ " Intended Audience :: Developers" ,
19+ " License :: Freely Distributable" ,
20+ " Programming Language :: Python :: 3" ,
21+ " Topic :: Multimedia :: Sound/Audio" ,
22+ " Topic :: System :: Networking" ,
2323]
2424
2525[project .urls ]
@@ -38,7 +38,6 @@ disallow_incomplete_defs = true
3838# check_untyped_defs = true
3939disallow_untyped_decorators = true
4040
41-
4241# # Would be great to turn these on eventually
4342# no_implicit_optional = true
4443# strict_optional = true
0 commit comments