aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst28
1 files changed, 11 insertions, 17 deletions
diff --git a/README.rst b/README.rst
index df9025c..ebf12f6 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,15 @@
===============
-pycparser v2.19
+pycparser v2.20
===============
-:Author: `Eli Bendersky <https://eli.thegreenplace.net/>`_
+.. image:: https://travis-ci.org/eliben/pycparser.png?branch=master
+ :align: center
+ :target: https://travis-ci.org/eliben/pycparser
+
+.. image:: https://ci.appveyor.com/api/projects/status/wrup68o5y8nuk1i9?svg=true
+ :align: center
+ :target: https://ci.appveyor.com/project/eliben/pycparser/
.. contents::
:backlinks: none
@@ -161,6 +167,9 @@ See `this blog post
<https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_
for more details.
+Note that the fake headers are not included in the ``pip`` package nor installed
+via ``setup.py`` (`#224 <https://github.com/eliben/pycparser/issues/224>`_).
+
Basic usage
-----------
@@ -240,18 +249,3 @@ updating this list because Github does a much better job at tracking
contributions.
-CI Status
-=========
-
-**pycparser** has automatic testing enabled through the convenient
-`Travis CI project <https://travis-ci.org>`_. Here is the latest build status:
-
-.. image:: https://travis-ci.org/eliben/pycparser.png?branch=master
- :align: center
- :target: https://travis-ci.org/eliben/pycparser
-
-AppVeyor also helps run tests on Windows:
-
-.. image:: https://ci.appveyor.com/api/projects/status/wrup68o5y8nuk1i9?svg=true
- :align: center
- :target: https://ci.appveyor.com/project/eliben/pycparser/