mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-20 20:09:07 +00:00
Merge pull request #437 from BuBuaBu/master
Exclude recursively tests packages
This commit is contained in:
commit
45add1e3d6
2
setup.py
2
setup.py
@ -35,7 +35,7 @@ setup(name='thefuck',
|
||||
url='https://github.com/nvbn/thefuck',
|
||||
license='MIT',
|
||||
packages=find_packages(exclude=['ez_setup', 'examples',
|
||||
'tests', 'release']),
|
||||
'tests', 'tests.*', 'release']),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
install_requires=install_requires,
|
||||
|
Loading…
x
Reference in New Issue
Block a user