mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
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
2 changed files with 5 additions and 0 deletions
4
MANIFEST.in
Normal file
4
MANIFEST.in
Normal file
|
@ -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",
|
||||
],
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"flterm=misoc.tools.flterm:main",
|
||||
|
|
Loading…
Reference in a new issue