Skip to content

Commit 30457a2

Browse files
committed
README
1 parent 178c51b commit 30457a2

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
include README.md
22
include README.rst
3+
include LICENSE.txt
4+
include pytest.ini
5+
include .travis.yml
36
include Makefile
47
recursive-include tests *
58
recursive-include examples *

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Pyverilog
22
==============================
33

4+
[![Build Status](https://travis-ci.org/PyHDI/Pyverilog.svg)](https://travis-ci.org/PyHDI/Pyverilog)
5+
46
Python-based Hardware Design Processing Toolkit for Verilog HDL
57

68
Copyright (C) 2013, Shinya Takamaeda-Yamazaki

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Pyverilog
22
=========
33

4+
|Build Status|
5+
46
Python-based Hardware Design Processing Toolkit for Verilog HDL
57

68
Copyright (C) 2013, Shinya Takamaeda-Yamazaki
@@ -482,3 +484,6 @@ Thanks for your contribution!
482484

483485
`shtaxxx.hatenablog.com <http://shtaxxx.hatenablog.com/entry/2014/01/01/045856>`__
484486
- Blog entry for introduction and examples of Pyverilog (in Japansese)
487+
488+
.. |Build Status| image:: https://travis-ci.org/PyHDI/Pyverilog.svg
489+
:target: https://travis-ci.org/PyHDI/Pyverilog

0 commit comments

Comments
 (0)