mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
Merge pull request #234 from antmicro/exclude-test-package
setup.py: Exclude test package
This commit is contained in:
commit
09a42a5a8a
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