Skip to content
Snippets Groups Projects
Unverified Commit 09a42a5a authored by Tim Ansell's avatar Tim Ansell Committed by GitHub
Browse files

Merge pull request #234 from antmicro/exclude-test-package

setup.py: Exclude test package
parents aa140d4b aebe1c70
No related branches found
No related tags found
No related merge requests found
......@@ -15,5 +15,5 @@ setup(
license="BSD",
python_requires="~=3.6",
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