Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setuptools: set include_package_data=True so tests can access examples.
Browse files Browse the repository at this point in the history
whitequark committed Dec 1, 2015
1 parent 028224d commit feea05a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@
download_url="https://github.com/m-labs/migen",
packages=find_packages(),
test_suite="migen.test",
include_package_data=True,
license="BSD",
platforms=["Any"],
keywords="HDL ASIC FPGA hardware design",

0 comments on commit feea05a

Please sign in to comment.