mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
setup.py: Exclude test package
This commit is contained in:
parent
aa140d4bc4
commit
aebe1c7067
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -15,5 +15,5 @@ setup(
|
|||
license="BSD",
|
||||
python_requires="~=3.6",
|
||||
include_package_data=True,
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude=['test*']),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue