File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff 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 ]
1718name = " plotly"
@@ -35,8 +36,7 @@ classifiers = [
3536 " License :: OSI Approved :: MIT License"
3637]
3738requires-python = " >=3.8"
38- license = {text = " MIT License" }
39- license-files = [" LICENSE.txt" ]
39+ license = {file =" LICENSE.txt" }
4040version = " 6.0.0"
4141dynamic = [" dependencies" ]
4242
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments