mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
setup.py: fix exclude, add example_designs to exclude
This commit is contained in:
parent
4edba99b38
commit
24b0d2b8c2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -31,6 +31,6 @@ setup(
|
|||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
],
|
||||
packages=find_packages(exclude=("test", "sim", "doc")),
|
||||
packages=find_packages(exclude=("test*", "sim*", "doc*", "example_designs*")),
|
||||
include_package_data=True,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue