Skip to content

Commit

Permalink
setup: include software and Verilog files
Browse files Browse the repository at this point in the history
Broken on Python 3.5
error: can't copy 'misoc/software': doesn't exist or not a regular file
sbourdeauducq committed Oct 5, 2015
1 parent c38d817 commit e96eba4
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
graft misoc/software
graft misoc/cores/lm32/verilog/submodule
graft misoc/cores/mor1kx/verilog
include misoc/cores/mxcrg.v
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -31,6 +31,7 @@
"Programming Language :: Python",
],
packages=find_packages(),
include_package_data=True,
entry_points={
"console_scripts": [
"flterm=misoc.tools.flterm:main",

0 comments on commit e96eba4

Please sign in to comment.