Skip to content

Commit

Permalink
Exclude tests from package
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo GEOFFROY committed Oct 13, 2016
1 parent 92d12f1 commit 069bf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
# Pwackages
# --------

_packages = find_packages('src')
_packages = find_packages('src', exclude=("tests", "tests.*"))
_package_dir = {'ansible_mikrotik_utils': 'src/ansible_mikrotik_utils'}

# Additional meta-data
Expand Down

0 comments on commit 069bf09

Please sign in to comment.