File: wincompletedirsetup.py

package info (click to toggle)
bittornado 0.3.18-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,116 kB
  • ctags: 1,538
  • sloc: python: 16,586; sh: 4,205; makefile: 63
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'])