We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2206b commit e4ce636Copy full SHA for e4ce636
setup.py
@@ -133,7 +133,7 @@ def main():
133
install_requires=ldict['REQUIRES'],
134
setup_requires=['future', 'configparser'],
135
provides=ldict['PROVIDES'],
136
- packages=find_packages(exclude=['*.tests']),
+ packages=find_packages(),
137
package_data={'nipype': testdatafiles},
138
scripts=glob('bin/*'),
139
cmdclass={'build_py': BuildWithCommitInfoCommand},
0 commit comments