Merge pull request #4 from DurandA/master

Add litex_boards package to setup.py
This commit is contained in:
enjoy-digital 2019-07-01 18:56:36 +02:00 committed by GitHub
commit 2817c943f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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