8000 Add license file and pytest to pyproject.toml · FBruzzesi/plotly.py@2a366ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a366ef

Browse files
committed
Add license file and pytest to pyproject.toml
1 parent f68d997 commit 2a366ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
include LICENSE.txt
22
include README.md
33
include versioneer.py
4-
include plotly/_version.py
54
include requires-install.txt
65
include requires-express.txt
76
include plotly/package_data/widgetbundle.js

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
1217
name = "plotly"
1318
authors = [
@@ -31,6 +36,7 @@ classifiers = [
3136
]
3237
requires-python = ">=3.8"
3338
license = {text = "MIT License"}
39+
license-files = ["LICENSE.txt"]
3440
version = "6.0.0"
3541
dynamic = ["dependencies"]
3642

0 commit comments

Comments
 (0)
0