Skip to content

Commit 1504905

Browse files
update tox.ini and readme
1 parent 73472bd commit 1504905

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ include tox.ini
66
include *.rst
77
include LICENSE
88
include *.toml
9+
include mypy.ini
910
recursive-include testing *.bash

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ built step by specifying it as one of the build requirements.
4141
4242
# pyproject.toml
4343
[build-system]
44-
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.0"]
44+
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
4545
46-
Note that the ``toml`` extra must be supplied.
4746
4847
That will be sufficient to require ``setuptools_scm`` for projects
4948
that support PEP 518 (`pip <https://pypi.org/project/pip>`_ and

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ skip_install=
3030
test: False
3131
deps=
3232
pytest
33-
setuptools >= 42
33+
setuptools >= 45
34+
tomli
3435
commands=
3536
test: pytest []
3637
selfcheck: python setup.py --version
@@ -43,7 +44,7 @@ deps=
4344
flake8
4445
mccabe
4546
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
4748

4849
[testenv:check_readme]
4950
skip_install=True

0 commit comments

Comments
 (0)