Skip to content

Commit

Permalink
Document setup.py hack
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 24, 2023
1 parent 6639b1b commit da8049c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
@@ -1,4 +1,8 @@
#!/usr/bin/env python3
"""
Fake setup.py only used by .readthedocs.yaml to run the render_doc.py script to
build the documentation.
"""
import os
import sys

Expand Down

0 comments on commit da8049c

Please sign in to comment.