Merge pull request #5 from DurandA/master

Turn litex_boards.partner into module
This commit is contained in:
enjoy-digital 2019-07-08 15:01:28 +02:00 committed by GitHub
commit 7ba91154d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 1 deletions

View File

View File

View File

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