comparison setup.py @ 237:70b5410e4ede

note to self
author Jeff Hammel <k0scist@gmail.com>
date Tue, 15 Dec 2015 13:39:17 -0800
parents f3a0fb722b45
children 08a0a178286f
comparison
equal deleted inserted replaced
236:f3a0fb722b45 237:70b5410e4ede
2 setup.py script for MakeItSo 2 setup.py script for MakeItSo
3 3
4 For packaging info please see: 4 For packaging info please see:
5 https://docs.python.org/2/distutils/sourcedist.html 5 https://docs.python.org/2/distutils/sourcedist.html
6 """ 6 """
7 # https://github.com/nipy/nipype/blob/master/setup.py
8 # might also be helpful
7 9
8 import os 10 import os
9 from setuptools import setup 11 from setuptools import setup
10 join = os.path.join 12 join = os.path.join
11 13