We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0008438 commit 07db06bCopy full SHA for 07db06b
MANIFEST.in
@@ -1 +1,7 @@
1
include requirements.txt
2
+recursive-include doc *
3
+recursive-include examples *
4
+recursive-include sklearn_extra *.pyx *.pxd *.pxi *.py
5
+recursive-exclude sklearn_extra *.c *.h
6
+include README.rst
7
+include pyproject.toml
sklearn_extra/_version.py
@@ -1 +1 @@
-__version__ = "0.0.3"
+__version__ = "0.1.0b"
0 commit comments