Skip to content

Commit

Permalink
For compatibility, add a bootstrap script with a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 23, 2021
1 parent 7181555 commit e3e7ff8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bootstrap.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import warnings


msg = "bootstrap.py is no longer needed. Use a PEP-517-compatible builder instead."


__name__ == '__main__' and warnings.warn(msg)

0 comments on commit e3e7ff8

Please sign in to comment.