File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ url = "https://pypi.org/simple"
44verify_ssl = true
55
66[packages ]
7- pyperclip = " >=1.6 "
8- setuptools = " >=34.4 "
9- wcwidth = " >=0.1.7 "
7+ pyperclip = " * "
8+ setuptools = " * "
9+ wcwidth = " * "
1010
1111[dev-packages ]
12+ build = " *"
1213cmd2 = { editable = true , path = " ." }
1314cmd2_ext_test = { editable = true , path = " plugins/ext_test" }
1415codecov = " *"
@@ -22,6 +23,7 @@ pytest = "*"
2223pytest-cov = " *"
2324pytest-mock = " *"
2425ruff = " *"
26+ setuptools-scm = " *"
2527sphinx = " *"
2628sphinx-autobuild = " *"
2729sphinx-rtd-theme = " *"
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=42" , " wheel" , " setuptools_scm[toml]>=3.4" ]
2+ requires = [" build" , " setuptools>=64" , " setuptools-scm>=8" ]
3+ build-backend = " setuptools.build_meta"
34
45[tool .doc8 ]
56ignore-path = [
@@ -30,6 +31,7 @@ disallow_incomplete_defs = true
3031disallow_untyped_calls = true
3132disallow_untyped_defs = true
3233exclude = [
34+ " ^build/" , # .build directory
3335 " ^docs/" , # docs directory
3436 " ^examples/" , # examples directory
3537 " ^plugins/*" , # plugins directory
You can’t perform that action at this time.
0 commit comments