Skip to content

Commit

Permalink
BF: provide build-backend in pyproject.toml as a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 7, 2019
1 parent dd49e96 commit a7b179f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[build-system]
# Setuptools version should match setup.py; wheel because pip will insert it noisily
requires = ["setuptools >= 30.3.0", "wheel"]
build-backend = 'setuptools.build_meta'

0 comments on commit a7b179f

Please sign in to comment.