Skip to content

Commit

Permalink
FIX broken sdist (scikit-learn#13862)
Browse files Browse the repository at this point in the history
- 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
ogrisel authored and jnothman committed May 11, 2019
1 parent 002b5f3 commit eb1f5f2
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include *.rst
recursive-include doc *
recursive-include examples *
recursive-include sklearn *.c *.h *.pyx *.pxd *.pxi
recursive-include sklearn *.c *.h *.pyx *.pxd *.pxi *.tp
recursive-include sklearn/datasets *.csv *.csv.gz *.rst *.jpg *.txt *.arff.gz *.json.gz
include COPYING
include README.rst
Empty file.

0 comments on commit eb1f5f2

Please sign in to comment.