File: wincompletedirsetup.py

package info (click to toggle)
bittornado 0.3.11-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,728 kB
  • ctags: 1,450
  • sloc: python: 15,581; sh: 843; makefile: 55
file content (9 lines) | stat: -rwxr-xr-x 197 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

# Written by Bram Cohen
# see LICENSE.txt for license information

from distutils.core import setup
import py2exe

setup(name='completedir', scripts=['btcompletedirgui.py'])