File tree 2 files changed +8
-4
lines changed
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"
4
4
verify_ssl = true
5
5
6
6
[packages ]
7
- pyperclip = " >=1.6 "
8
- setuptools = " >=34.4 "
9
- wcwidth = " >=0.1.7 "
7
+ pyperclip = " * "
8
+ setuptools = " * "
9
+ wcwidth = " * "
10
10
11
11
[dev-packages ]
12
+ build = " *"
12
13
cmd2 = { editable = true , path = " ." }
13
14
cmd2_ext_test = { editable = true , path = " plugins/ext_test" }
14
15
codecov = " *"
@@ -22,6 +23,7 @@ pytest = "*"
22
23
pytest-cov = " *"
23
24
pytest-mock = " *"
24
25
ruff = " *"
26
+ setuptools-scm = " *"
25
27
sphinx = " *"
26
28
sphinx-autobuild = " *"
27
29
sphinx-rtd-theme = " *"
Original file line number Diff line number Diff line change 1
1
[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"
3
4
4
5
[tool .doc8 ]
5
6
ignore-path = [
@@ -30,6 +31,7 @@ disallow_incomplete_defs = true
30
31
disallow_untyped_calls = true
31
32
disallow_untyped_defs = true
32
33
exclude = [
34
+ " ^build/" , # .build directory
33
35
" ^docs/" , # docs directory
34
36
" ^examples/" , # examples directory
35
37
" ^plugins/*" , # plugins directory
You can’t perform that action at this time.
0 commit comments