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.
2 parents 496f010 + 3411ca0 commit 886de0bCopy full SHA for 886de0b
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include *.rst *.txt
+include *.rst *.txt pyproject.toml
2
recursive-include hdbscan *.py *.pyx *.pxd *.c
3
recursive-include notebooks *.ipynb *.npy *.svg
4
recursive-include examples *.py
setup.py
@@ -47,7 +47,7 @@ def readme():
47
48
configuration = {
49
'name': 'hdbscan',
50
- 'version': '0.8.16',
+ 'version': '0.8.17',
51
'description': 'Clustering based on density with variable density clusters',
52
'long_description': readme(),
53
'classifiers': [
0 commit comments