Skip to content

Commit

Permalink
Minor refactor: exclude tests and core directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aybruhm committed Sep 28, 2022
1 parent e8d18fd commit 43fdc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit 43fdc44

Please sign in to comment.