Skip to content

Commit e4ce636

Browse files
committed
fix: allow tests to be installed with nipype
1 parent 9a2206b commit e4ce636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def main():
133133
install_requires=ldict['REQUIRES'],
134134
setup_requires=['future', 'configparser'],
135135
provides=ldict['PROVIDES'],
136-
packages=find_packages(exclude=['*.tests']),
136+
packages=find_packages(),
137137
package_data={'nipype': testdatafiles},
138138
scripts=glob('bin/*'),
139139
cmdclass={'build_py': BuildWithCommitInfoCommand},

0 commit comments

Comments
 (0)