diff --git a/setup.py b/setup.py index f6c40a8..50fc570 100755 --- a/setup.py +++ b/setup.py @@ -31,5 +31,5 @@ from fimfarchive import __version__ setup( name="fimfarchive", version=__version__, - packages=find_packages(), + packages=find_packages(exclude=['tests', 'tests.*']), )