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
This commit is contained in:
parent
c38d8175b7
commit
e96eba4493
|
@ -0,0 +1,4 @@
|
||||||
|
graft misoc/software
|
||||||
|
graft misoc/cores/lm32/verilog/submodule
|
||||||
|
graft misoc/cores/mor1kx/verilog
|
||||||
|
include misoc/cores/mxcrg.v
|
1
setup.py
1
setup.py
|
@ -31,6 +31,7 @@ setup(
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
],
|
],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
include_package_data=True,
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"flterm=misoc.tools.flterm:main",
|
"flterm=misoc.tools.flterm:main",
|
||||||
|
|
Loading…
Reference in New Issue