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

View file

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