Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45e8ac7

Browse files
author
Fabian Pedregosa
committed
Update MANIFEST.in: scikit-learn --> sklearn
1 parent bc9ba09 commit 45e8ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ include test.py
33
include scikits/__init__.py
44
recursive-include doc *
55
recursive-include examples *
6-
recursive-include scikits *.c *.h *.pyx
7-
recursive-include scikits/learn/datasets *.csv *.csv.gz *.TXT *.rst *.jpg *.txt
6+
recursive-include sklearn *.c *.h *.pyx
7+
recursive-include sklearn/datasets *.csv *.csv.gz *.TXT *.rst *.jpg *.txt

0 commit comments

Comments
 (0)