Skip to content

Commit eb1f5f2

Browse files
ogriseljnothman
authored andcommitted
FIX broken sdist (scikit-learn#13862)
- missing *.tp files (cython templates) from MANIFST.in - missing __init__.py file to turn a tests folder into a package to be shipped with the tarball
1 parent 002b5f3 commit eb1f5f2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include *.rst
22
recursive-include doc *
33
recursive-include examples *
4-
recursive-include sklearn *.c *.h *.pyx *.pxd *.pxi
4+
recursive-include sklearn *.c *.h *.pyx *.pxd *.pxi *.tp
55
recursive-include sklearn/datasets *.csv *.csv.gz *.rst *.jpg *.txt *.arff.gz *.json.gz
66
include COPYING
77
include README.rst

sklearn/ensemble/_hist_gradient_boosting/tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)