aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-03-28 14:39:50 -0400
committerTim Harder <radhermit@gmail.com>2015-03-28 14:39:50 -0400
commit00fbfc846986b86197041a9acb5765c02d427f11 (patch)
treef5a10476efd508856d0711df283ddcced54ab202 /README.rst
parentadd readme links to the mailing list and irc channel (diff)
downloadsnakeoil-00fbfc846986b86197041a9acb5765c02d427f11.tar.gz
snakeoil-00fbfc846986b86197041a9acb5765c02d427f11.tar.bz2
snakeoil-00fbfc846986b86197041a9acb5765c02d427f11.zip
minor readme wording and whitespace changes
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index a0ee2b0..a97cc30 100644
--- a/README.rst
+++ b/README.rst
@@ -8,12 +8,11 @@ snakeoil is a python library that implements optimized versions of common
python functionality. Some classes and functions have cpython equivalents,
but they all have native python implementations too.
-
Contact
=======
For support and development inquiries a `mailing list`_ is available or you can
-also stop by at `#pkgcore`_ on Freenode.
+join `#pkgcore`_ on Freenode.
For bugs and feature requests please create an issue in the `issue tracker`_.
@@ -28,7 +27,6 @@ In addition, a tox config is provided so snakeoil can be tested against all
versions of Python it currently supports. Just run **tox** in the root
directory of the repo or an unpacked tarball to run the testsuite.
-
Installing
==========
@@ -43,7 +41,6 @@ To install::
cd snakeoil-0.xx
python setup.py install
-
.. _`mailing list`: https://groups.google.com/forum/#!forum/python-snakeoil
.. _#pkgcore: https://webchat.freenode.net?channels=%23pkgcore&uio=d4
.. _`issue tracker`: https://github.com/pkgcore/snakeoil/issues