From baac94e0a4cc2c9f03c9abd958fc447b86810251 Mon Sep 17 00:00:00 2001 From: Arnaud Durand Date: Mon, 1 Jul 2019 18:40:58 +0200 Subject: [PATCH] Add litex_boards package to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ebb5a4e..beaf072 100755 --- a/setup.py +++ b/setup.py @@ -31,4 +31,5 @@ setup( "Programming Language :: Python", ], include_package_data=True, + packages=["litex_boards"], )