Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Include tests #329
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 committed Oct 1, 2020
1 parent bf96419 commit 0944b85
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 @@ -9,7 +9,7 @@ def readme():
HERE = os.path.abspath(os.path.dirname(__file__))
VERSION = '0.1.69'

PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'build'])
PACKAGES = find_packages(exclude=['dist', 'build'])

REQUIRES = []

Expand Down

0 comments on commit 0944b85

Please sign in to comment.