We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a366ef commit 69897aeCopy full SHA for 69897ae
2 files changed
pyproject.toml
@@ -8,10 +8,11 @@ build-backend = "setuptools.build_meta"
8
"Github" = "https://github.com/plotly/plotly.py"
9
"Changelog" = "https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md"
10
11
-[pytest]
12
-markers =
13
- nodev: mark a test as nodev
14
- matplotlib: mark a test as matplotlib
+[tool.pytest.ini_options]
+markers = [
+ "nodev: mark a test as nodev",
+ "matplotlib: mark a test as matplotlib"
15
+]
16
17
[project]
18
name = "plotly"
@@ -35,8 +36,7 @@ classifiers = [
35
36
"License :: OSI Approved :: MIT License"
37
]
38
requires-python = ">=3.8"
-license = {text = "MIT License"}
39
-license-files = ["LICENSE.txt"]
+license = {file="LICENSE.txt"}
40
version = "6.0.0"
41
dynamic = ["dependencies"]
42
pytest.ini
0 commit comments