File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11include LICENSE.txt
22include README.md
33include versioneer.py
4- include plotly/_version.py
54include requires-install.txt
65include requires-express.txt
76include plotly/package_data/widgetbundle.js
Original file line number Diff line number Diff line change @@ -8,6 +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
15+
1116[project ]
1217name = " plotly"
1318authors = [
@@ -31,6 +36,7 @@ classifiers = [
3136]
3237requires-python = " >=3.8"
3338license = {text = " MIT License" }
39+ license-files = [" LICENSE.txt" ]
3440version = " 6.0.0"
3541dynamic = [" dependencies" ]
3642
You can’t perform that action at this time.
0 commit comments