Skip to content

Commit 952fa93

Browse files
committed
line width
1 parent c22a0d6 commit 952fa93

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "compas_notebook"
11-
description = "A COMPAS data (structures) and geometry viewer for Jupyter notebooks."
12-
keywords = ["form finding", "dynamic relaxation"]
11+
description = "A COMPAS viewer for Jupyter notebooks based on PyThreeJS."
12+
keywords = ["compas", "viewer", "jupyter", "notebook", "pythreejs"]
1313
authors = [{ name = "tom van mele", email = "[email protected]" }]
1414
license = { file = "LICENSE" }
1515
readme = "README.md"
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.9",
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
2627
]
2728

2829
[project.urls]
@@ -91,10 +92,10 @@ replace = "[{new_version}] {now:%Y-%m-%d}"
9192
# ============================================================================
9293

9394
[tool.black]
94-
line-length = 119
95+
line-length = 179
9596

9697
[tool.ruff]
97-
line-length = 119
98+
line-length = 179
9899
indent-width = 4
99100
target-version = "py39"
100101

0 commit comments

Comments
 (0)