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 1
1
include LICENSE.txt
2
2
include README.md
3
3
include versioneer.py
4
- include plotly/_version.py
5
4
include requires-install.txt
6
5
include requires-express.txt
7
6
include plotly/package_data/widgetbundle.js
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ build-backend = "setuptools.build_meta"
8
8
"Github" = " https://github.com/plotly/plotly.py"
9
9
"Changelog" = " https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md"
10
10
11
+ [pytest ]
12
+ markers =
13
+ nodev: mark a test as nodev
14
+ matplotlib: mark a test as matplotlib
15
+
11
16
[project ]
12
17
name = " plotly"
13
18
authors = [
@@ -31,6 +36,7 @@ classifiers = [
31
36
]
32
37
requires-python = " >=3.8"
33
38
license = {text = " MIT License" }
39
+ license-files = [" LICENSE.txt" ]
34
40
version = " 6.0.0"
35
41
dynamic = [" dependencies" ]
36
42
You can’t perform that action at this time.
0 commit comments