Skip to content

Commit

Permalink
Merge pull request #112 from eriknw/update_readme
Browse files Browse the repository at this point in the history
Update README.
  • Loading branch information
eriknw authored Dec 17, 2017
2 parents e75c426 + 9f8e39d commit 23b6250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test: inplace
echo 'cimport cytoolz ; from cytoolz.functoolz cimport memoize' > try_cimport_cytoolz.pyx
cythonize -i try_cimport_cytoolz.pyx
python -c 'import try_cimport_cytoolz'
rm try_cimport_cytoolz.pyx
rm try_cimport_cytoolz.*

clean:
rm -f cytoolz/*.c cytoolz/*.so cytoolz/*/*.c cytoolz/*/*.so
Expand Down
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CyToolz
=======

|Build Status| |Version Status| |Downloads|
|Build Status| |Version Status|

Cython implementation of the
|literal toolz|_ `package, <https://pypi.python.org/pypi/toolz/>`__ which
Expand Down Expand Up @@ -48,7 +48,7 @@ Install
Dependencies
------------

``cytoolz`` supports Python 2.6+ and Python 3.2+ with a common codebase.
``cytoolz`` supports Python 2.6+ and Python 3.3+ with a common codebase.
It is developed in Cython, but requires no dependecies other than CPython
and a C compiler. Like ``toolz``, it is a light weight dependency.

Expand Down Expand Up @@ -76,5 +76,3 @@ We're friendly.
:target: https://travis-ci.org/pytoolz/cytoolz
.. |Version Status| image:: https://badge.fury.io/py/cytoolz.svg
:target: http://badge.fury.io/py/cytoolz
.. |Downloads| image:: https://img.shields.io/pypi/dm/cytoolz.svg
:target: https://pypi.python.org/pypi/cytoolz/

0 comments on commit 23b6250

Please sign in to comment.