Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaxxx committed May 3, 2020
2 parents edba020 + ad5e96b commit 9a04da9
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 540 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
include README.md
include README.rst
include LICENSE
include pytest.ini
include .travis.yml
include Makefile
include pyverilog/Makefile
include pyverilog/VERSION
recursive-include tests *
recursive-include examples *
recursive-include verilogcode *
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ clean:
make clean -C ./tests
rm -rf *.egg-info build dist *.pyc __pycache__ parsetab.py .cache tmp.v uut.vcd *.out *.png *.dot

.PHONY: release
release:
pandoc README.md -t rst > README.rst
#.PHONY: release
#release:
# pandoc README.md -t rst > README.rst
Loading

0 comments on commit 9a04da9

Please sign in to comment.