From: Sebastien Bourdeauducq Date: Mon, 5 Oct 2015 04:07:55 +0000 (+0800) Subject: setup: include software and Verilog files X-Git-Tag: 24jan2021_ls180~2106^2~23 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e96eba44935c4208ff06637a06a5f0f7d4f4d2fc;p=litex.git setup: include software and Verilog files Broken on Python 3.5 error: can't copy 'misoc/software': doesn't exist or not a regular file --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..5632a0ff --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,4 @@ +graft misoc/software +graft misoc/cores/lm32/verilog/submodule +graft misoc/cores/mor1kx/verilog +include misoc/cores/mxcrg.v diff --git a/setup.py b/setup.py index 7097418e..39cbcf46 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setup( "Programming Language :: Python", ], packages=find_packages(), + include_package_data=True, entry_points={ "console_scripts": [ "flterm=misoc.tools.flterm:main",