File: setup.py

package info (click to toggle)
libtorrent-rasterbar 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,836 kB
  • ctags: 16,952
  • sloc: cpp: 131,808; sh: 4,615; python: 2,528; ansic: 1,451; makefile: 889
file content (5 lines) | stat: -rwxr-xr-x 82 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env python

import os
os.chdir('bindings/python')
execfile('setup.py')