Add litex_boards package to setup.py

This commit is contained in:
Arnaud Durand 2019-07-01 18:40:58 +02:00 committed by GitHub
parent fa8935f4ea
commit baac94e0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,4 +31,5 @@ setup(
"Programming Language :: Python",
],
include_package_data=True,
packages=["litex_boards"],
)