Skip to content

Commit 19c113c

Browse files
committed
convention for dash "-" in pyproject
1 parent 9faac94 commit 19c113c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pyproject.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,25 @@ build-backend = "setuptools.build_meta"
77
name = "OpenGeodeWeb-Viewer"
88
version = "0.0.0"
99
dynamic = ["dependencies"]
10-
authors = [
11-
{ name="Geode-solutions", email="[email protected]" },
12-
]
10+
authors = [{ name = "Geode-solutions", email = "[email protected]" }]
1311
description = "OpenGeodeWeb-Viewer is an open source framework that proposes handy python functions and wrappers for the OpenGeode ecosystem"
1412
readme = "README.md"
1513
requires-python = ">=3.9"
1614
classifiers = [
17-
"Programming Language :: Python :: 3",
18-
"License :: OSI Approved :: MIT License",
19-
"Operating System :: OS Independent",
15+
"Programming Language :: Python :: 3",
16+
"License :: OSI Approved :: MIT License",
17+
"Operating System :: OS Independent",
2018
]
2119

2220
[project.urls]
2321
"Homepage" = "https://github.com/Geode-solutions/OpenGeodeWeb-Viewer"
2422
"Bug Tracker" = "https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/issues"
2523

2624
[project.scripts]
27-
opengeodeweb_viewer = "opengeodeweb_viewer.vtkw_server:run_server"
25+
opengeodeweb-viewer = "opengeodeweb_viewer.vtkw_server:run_server"
2826

2927
[tool.setuptools.dynamic]
30-
dependencies = {file = ["requirements.txt"]}
28+
dependencies = { file = ["requirements.txt"] }
3129

3230
[tool.setuptools.packages.find]
3331
where = ["src"]

0 commit comments

Comments
 (0)