Commit e3e7ff85 authored by Jason R. Coombs's avatar Jason R. Coombs

For compatibility, add a bootstrap script with a warning.

parent 71815558
import warnings
msg = "bootstrap.py is no longer needed. Use a PEP-517-compatible builder instead."
__name__ == '__main__' and warnings.warn(msg)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment