Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 23, 2020
2 parents c3b3e94 + 9a7d846 commit 955cc9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm>=3.4"]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4.1"]
build-backend = "setuptools.build_meta"

[tool.black]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include_package_data = true
python_requires = >=3.6
install_requires =
more_itertools
setup_requires = setuptools_scm >= 3.4
setup_requires = setuptools_scm[toml] >= 3.4.1

[options.extras_require]
testing =
Expand Down
4 changes: 2 additions & 2 deletions skeleton.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ Features include:
- run on Ubuntu Xenial
- correct for broken IPv6

### Appveyor
### AppVeyor

A minimal template for running under Appveyor (Windows) is provided.
A minimal template for running under AppVeyor (Windows) is provided.

### Continuous Deployments

Expand Down

0 comments on commit 955cc9f

Please sign in to comment.