File: setup.py

package info (click to toggle)
nipype 0.5.3-2wheezy2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,884 kB
  • sloc: python: 36,872; tcl: 597; makefile: 167
file content (13 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env python

from distutils.core import setup

setup(name='Nipype Tools',
      version='0.1',
      description='Utilities used in nipype development',
      author='Nipype Developers',
      author_email='nipy-devel@neuroimaging.scipy.org',
      url='http://nipy.sourceforge.net',
      scripts=['./nipype_nightly.py', './report_coverage.py']
     )