premiere-libtorrent/setup.py

6 lines
91 B
Python

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