File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ include tox.ini
6
6
include *.rst
7
7
include LICENSE
8
8
include *.toml
9
+ include mypy.ini
9
10
recursive-include testing *.bash
Original file line number Diff line number Diff line change @@ -41,9 +41,8 @@ built step by specifying it as one of the build requirements.
41
41
42
42
# pyproject.toml
43
43
[build-system]
44
- requires = ["setuptools>=45", "wheel", "setuptools_scm[toml] >=6.0 "]
44
+ requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2 "]
45
45
46
- Note that the ``toml `` extra must be supplied.
47
46
48
47
That will be sufficient to require ``setuptools_scm `` for projects
49
48
that support PEP 518 (`pip <https://pypi.org/project/pip >`_ and
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ skip_install=
30
30
test: False
31
31
deps =
32
32
pytest
33
- setuptools >= 42
33
+ setuptools >= 45
34
+ tomli
34
35
commands =
35
36
test: pytest []
36
37
selfcheck: python setup.py --version
43
44
flake8
44
45
mccabe
45
46
commands =
46
- flake8 src/setuptools_scm/ testing/ setup.py -- exclude =src/setuptools_scm/win_py31_compat.py
47
+ flake8 src/setuptools_scm/ testing/ setup.py
47
48
48
49
[testenv:check_readme]
49
50
skip_install =True
You can’t perform that action at this time.
0 commit comments