Skip to content

Commit

Permalink
Rely on setuptools 40.7 and specify encoding coding directive. Fixes #34
Browse files Browse the repository at this point in the history
.
  • Loading branch information
jaraco committed Feb 23, 2019
1 parent 601d25f commit 801f029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=34.4", "wheel", "setuptools_scm>=1.15"]
requires = ["setuptools>=40.7", "wheel", "setuptools_scm>=1.15"]
build-backend = "setuptools.build_meta"
2 changes: 2 additions & 0 deletions setup.cfg
@@ -1,3 +1,5 @@
# coding: utf-8

[bdist_wheel]
universal = 1

Expand Down

0 comments on commit 801f029

Please sign in to comment.