diff --git a/setup.py b/setup.py index 7c4037b..fb08911 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = 'django-authentication-service', version = '0.0.1', - packages = find_packages(), + packages = find_packages(exclude=["*tests", "core"]), include_package_data = True, license = 'CC0 1.0 Universal Public Domain Dedication', description = '🔐 Handles storage of users and authentication of their identities.',