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