Skip to content

Commit

Permalink
Fix pyproject.toml file for Linux OS
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneGasperini authored Sep 20, 2024
1 parent d74c4cd commit 896151d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords = [
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: Linux",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering",
Expand All @@ -45,4 +45,4 @@ where = ["src"]

[tool.black]
line-length = 120
skip-magic-trailing-comma = true
skip-magic-trailing-comma = true

0 comments on commit 896151d

Please sign in to comment.