diff --git a/README.rst b/README.rst index 630329b..9de9751 100644 --- a/README.rst +++ b/README.rst @@ -516,7 +516,10 @@ Below example shows how to change logging level. >>> import logging >>> logging.getLogger('sklearn_pandas').setLevel(logging.INFO) - + +License +------- +For more details on the license of this repository see `License `__. Changelog --------- @@ -669,6 +672,7 @@ Changelog * Allow specifying a list of transformers to use sequentially on the same column. + Credits -------