Files
libtorrent/setup.py
AllSeeingEyeTolledEweSew da64847668 Add pre-commit mypy config.
2021-02-17 21:08:43 +01:00

7 lines
102 B
Python

#!/usr/bin/env python3
import os
import runpy
os.chdir("bindings/python")
runpy.run_path("setup.py")