summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-04-18 09:00:19 -0700
committerEli Bendersky <eliben@gmail.com>2015-04-18 09:00:19 -0700
commit736c126a79aafc815d75b88b0f0d40894ad81269 (patch)
tree44c936f08127dcb33ee7a16aa937aca606252f94
parente6a05f833774daedf4267d5aa7625b0cc9eab33c (diff)
downloadpycparser-736c126a79aafc815d75b88b0f0d40894ad81269.tar.gz
Some updates to the README and CONTRIBUTORS
-rw-r--r--CONTRIBUTORS8
-rw-r--r--README.rst14
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
<https://github.com/eliben/pycparser/wiki/FAQ>`_ for more details.
@@ -57,15 +57,14 @@ standard document
How is pycparser licensed?
--------------------------
-`New BSD License <http://www.opensource.org/licenses/bsd-license.php>`_
+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
-<https://github.com/eliben/pycparser/>`_.
+best way is to open an `issue <https://github.com/eliben/pycparser/issues>`_.
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