Skip to content
Snippets Groups Projects
Commit aebe1c70 authored by Adam Jeliński's avatar Adam Jeliński
Browse files

setup.py: Exclude test package

parent aa140d4b
No related branches found
No related tags found
No related merge requests found
...@@ -15,5 +15,5 @@ setup( ...@@ -15,5 +15,5 @@ setup(
license="BSD", license="BSD",
python_requires="~=3.6", python_requires="~=3.6",
include_package_data=True, include_package_data=True,
packages=find_packages(), packages=find_packages(exclude=['test*']),
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment