Skip to content

Commit 69897ae

Browse files
committed
Fix syntax issues with pyproject.toml
1 parent 2a366ef commit 69897ae

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ build-backend = "setuptools.build_meta"
88
"Github" = "https://github.com/plotly/plotly.py"
99
"Changelog" = "https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md"
1010

11-
[pytest]
12-
markers =
13-
nodev: mark a test as nodev
14-
matplotlib: mark a test as matplotlib
11+
[tool.pytest.ini_options]
12+
markers = [
13+
"nodev: mark a test as nodev",
14+
"matplotlib: mark a test as matplotlib"
15+
]
1516

1617
[project]
1718
name = "plotly"
@@ -35,8 +36,7 @@ classifiers = [
3536
"License :: OSI Approved :: MIT License"
3637
]
3738
requires-python = ">=3.8"
38-
license = {text = "MIT License"}
39-
license-files = ["LICENSE.txt"]
39+
license = {file="LICENSE.txt"}
4040
version = "6.0.0"
4141
dynamic = ["dependencies"]
4242

pytest.ini

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)