File: setup.py

package info (click to toggle)
scribus 1.5.6.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 175,484 kB
  • sloc: cpp: 486,209; python: 65,124; xml: 13,358; ansic: 2,395; sh: 192; perl: 95; makefile: 78
file content (17 lines) | stat: -rwxr-xr-x 320 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env python
# $Id: setup.py,v 1.15 2005/01/03 17:58:41 tavis_rudd Exp $
import os

try:
    os.remove('MANIFEST')               # to avoid those bloody out-of-date manifests!!
except:
    pass
    
import SetupTools
import SetupConfig
configurations = (SetupConfig,)
SetupTools.run_setup( configurations )