Skip to content

Commit

Permalink
Add minimal pyproject.toml for the traits-stubs package (#1689)
Browse files Browse the repository at this point in the history
This PR adds a minimal pyproject.toml for the traits-stubs package; without this, pip enters "legacy mode" when trying to build the stubs, and it's conceivable that at some point in the future that legacy mode will go away altogether.
  • Loading branch information
mdickinson committed Aug 9, 2022
1 parent 00a1aaa commit 36bf6ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions traits-stubs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ['setuptools', 'wheel']
build-backend = 'setuptools.build_meta'

0 comments on commit 36bf6ce

Please sign in to comment.