diff options
author | Christopher Baines <mail@cbaines.net> | 2015-12-13 14:40:21 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-13 16:29:23 +0000 |
commit | 96b422acd8151b541efdd7d27c263b599889bfac (patch) | |
tree | 574cb97edca3053037c88fd9149640c457ed72a2 /debian/control | |
parent | 90fe2e47d4daf5ee36415d9d08086bc27f945f28 (diff) | |
download | sklearn-pandas-96b422acd8151b541efdd7d27c263b599889bfac.tar sklearn-pandas-96b422acd8151b541efdd7d27c263b599889bfac.tar.gz |
Add note about python version in the long description
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
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. |