~nipy-developers/nipy/trunk-timeseries

« back to all changes in this revision

Viewing changes to nitime/setup.py

  • Committer: Fernando Perez
  • Date: 2009-09-02 00:10:18 UTC
  • Revision ID: fernando.perez@berkeley.edu-20090902001018-7ahdtb69xe6yyq4c
Small code fixes so docs actually build

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
def configuration(parent_package='',top_path=None):
2
2
    from numpy.distutils.misc_util import Configuration
3
 
    config = Configuration('timeseries', parent_package, top_path)
 
3
    config = Configuration('nitime', parent_package, top_path)
4
4
 
5
5
    config.add_data_dir('tests')
6
6