From 96b422acd8151b541efdd7d27c263b599889bfac Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 13 Dec 2015 14:40:21 +0000 Subject: Add note about python version in the long description --- debian/control | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/control b/debian/control index 4741d69..524cd7d 100644 --- a/debian/control +++ b/debian/control @@ -36,6 +36,8 @@ Description: Pandas integration with sklearn - a way to map DataFrame columns to transformations, which are later recombined into features - a way to cross-validate a pipeline that takes a pandas DataFrame as input. + . + This is the Python 2 version of the package. Package: python3-sklearn-pandas Architecture: all @@ -51,3 +53,5 @@ Description: Pandas integration with sklearn - a way to map DataFrame columns to transformations, which are later recombined into features - a way to cross-validate a pipeline that takes a pandas DataFrame as input. + . + This is the Python 3 version of the package. -- cgit v1.2.3