10000 Add coherent.licensed plugin to inject license texts into the build. · python/importlib_resources@d2b8d77 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2b8d77

Browse files
committed
Add coherent.licensed plugin to inject license texts into the build.
Closes jaraco/skeleton#174
1 parent 8673961 commit d2b8d77

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[build-system]
2-
requires = ["setuptools>=61.2", "setuptools_scm[toml]>=3.4.1"]
2+
requires = [
3+
"setuptools>=61.2",
4+
"setuptools_scm[toml]>=3.4.1",
5+
# jaraco/skeleton#174
6+
"coherent.licensed",
7+
]
38
build-backend = "setuptools.build_meta"
49

510
[project]

0 commit comments

Comments
 (0)
0