From 736c126a79aafc815d75b88b0f0d40894ad81269 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sat, 18 Apr 2015 09:00:19 -0700 Subject: Some updates to the README and CONTRIBUTORS --- CONTRIBUTORS | 8 ++++---- README.rst | 14 ++++++++------ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1ccd56f..481737f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,8 @@ This is a list of people who have contributed to pycparser by supplying patches, -opening issues, or generally helping out. If you think you deserve to be here -but aren't listed - please let me know. +opening issues, or generally helping out, before the project moved to Github. + +For more recent contributions, check out the "Contributors" page of the +pycparser Github project. The list is sorted in increasing alphabetic order by first name. @@ -21,5 +23,3 @@ The list is sorted in increasing alphabetic order by first name. * Thomas W. Barr * Tomer Segal * Weyllor - - diff --git a/README.rst b/README.rst index 9a9c16e..fc7190e 100644 --- a/README.rst +++ b/README.rst @@ -42,8 +42,8 @@ Which version of C does pycparser support? ------------------------------------------ **pycparser** aims to support the full C99 language (according to the standard -ISO/IEC 9899). This is a new feature in the version 2.x series - earlier -versions only supported C89. +ISO/IEC 9899). Some features from C11 are also supported, and patches to support +more are welcome. **pycparser** doesn't support any GCC extensions. See the `FAQ `_ for more details. @@ -57,15 +57,14 @@ standard document How is pycparser licensed? -------------------------- -`New BSD License `_ +BSD license. See the `LICENSE` file in the distribution. Contact details --------------- Drop me an email to eliben@gmail.com for any questions regarding **pycparser**. For reporting problems with **pycparser** or submitting feature requests, the -best way is to open an issue on the `pycparser project page -`_. +best way is to open an `issue `_. Installing @@ -74,7 +73,7 @@ Installing Prerequisites ------------- -* **pycparser** was tested on Python 2.6, 2.7 and 3.2, on both Linux and +* **pycparser** was tested on Python 2.7, 3.3 and 3.4, on both Linux and Windows. It should work on any later version (in both the 2.x and 3.x lines) as well. @@ -192,6 +191,9 @@ directories: README.rst: This README file. +LICENSE: + The pycparser license + setup.py: Installation script -- cgit v1.2.1