2018-04-04 15:28:33 +02:00

7 lines
92 B
Python

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