mongo-python-driver/setup.py
Steven Silvester a3ee1f825c
PYTHON-4489 Make setup.py private (#1667)
(cherry picked from commit f7faff829c)
2024-06-10 13:27:48 -05:00

6 lines
176 B
Python

from __future__ import annotations
msg = "PyMongo>=4.8 no longer supports building via setup.py, use python -m pip install <path/to/pymongo> instead"
raise RuntimeError(msg)