File: setup.py

package info (click to toggle)
sixpack 1%3A0.66-3
  • links: PTS
  • area: contrib
  • in suites: squeeze
  • size: 1,308 kB
  • ctags: 580
  • sloc: python: 10,162; makefile: 64
file content (12 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# setup.py
from distutils.core import setup
# Must comment out before patching (CUS)
#import py2exe
import spglobalfuncs

setup(name="SixPACK",
      scripts=["sixpack.py"],
      version=spglobalfuncs.version,
      author="Sam Webb",
      )