Commit 6a645af1 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove another reference to rwt. Ref #1018.

parent ddeea9fa
......@@ -19,7 +19,7 @@ def require_metadata():
if not os.path.exists(egg_info_dir):
msg = (
"Cannot build setuptools without metadata. "
"Install rwt and run `bootstrap.py`."
"Run `bootstrap.py`."
)
raise RuntimeError(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