Skip to content

Commit 37a0007

Browse files
committed
Reformat pyproject.toml with dprint
1 parent 3f7546a commit 37a0007

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "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" }
1212
authors = [
13-
{name = "attwad", email = "tmusoft@gmail.com"},
13+
{ name = "attwad", email = "tmusoft@gmail.com" },
1414
]
1515
keywords = ["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
3939
disallow_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

Comments
 (0)