setup: include software and Verilog files
authorSebastien Bourdeauducq <sb@m-labs.hk>
Mon, 5 Oct 2015 04:07:55 +0000 (12:07 +0800)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Mon, 5 Oct 2015 04:08:02 +0000 (12:08 +0800)
Broken on Python 3.5
error: can't copy 'misoc/software': doesn't exist or not a regular file

MANIFEST.in [new file with mode: 0644]
setup.py

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..5632a0f
--- /dev/null
@@ -0,0 +1,4 @@
+graft misoc/software
+graft misoc/cores/lm32/verilog/submodule
+graft misoc/cores/mor1kx/verilog
+include misoc/cores/mxcrg.v
index 7097418e38acd5c274bca424ff92e82071d220a9..39cbcf4640cb7b5a4e93ba92051a80a83343e6a7 100755 (executable)
--- 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",