mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
setup.py: exclude sim, test, doc directories
This commit is contained in:
parent
40d91f09c4
commit
6b872fd271
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(),
|
||||
packages=find_packages(exclude=("test", "sim", "doc")),
|
||||
include_package_data=True,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue