File: setup.py

package info (click to toggle)
egenix-mx-base 2.0.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,028 kB
  • ctags: 4,762
  • sloc: ansic: 14,965; python: 11,739; sh: 313; makefile: 117
file content (16 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env python

""" Distutils Setup File for the mx Extensions BASE distribution.

"""
#
# Load configuration(s)
#
import mxBASE
configurations = (mxBASE,)

#
# Run distutils setup...
#
import mxSetup
mxSetup.run_setup(configurations)