1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-22 04:48:57 +00:00

Exclude recursively tests packages

This commit is contained in:
BuBuaBu 2016-01-22 13:47:31 +01:00
parent 9c9a7343de
commit 738cc0c9a8

View File

@ -35,7 +35,7 @@ setup(name='thefuck',
url='https://github.com/nvbn/thefuck', url='https://github.com/nvbn/thefuck',
license='MIT', license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', packages=find_packages(exclude=['ez_setup', 'examples',
'tests', 'release']), 'tests', 'tests.*', 'release']),
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
install_requires=install_requires, install_requires=install_requires,