premiere-libtorrent/setup.py

7 lines
93 B
Python

#!/usr/bin/env python3
import os
os.chdir('bindings/python')
exec(open('setup.py').read())