Skip to content

Commit

Permalink
MAINT: add build-system to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Apr 1, 2020
1 parent 30cca96 commit 7ee5da9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Expand Up @@ -14,4 +14,8 @@ exclude = '''
| altair/vega/v\d*/schema
| altair/vegalite/v\d*/schema
)/
'''
'''

[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta"

0 comments on commit 7ee5da9

Please sign in to comment.