Skip to content

Commit 886de0b

Browse files
authored
Merge pull request #234 from alugowski/pyproject_manifest
Add pyproject.toml to MANIFEST.in
2 parents 496f010 + 3411ca0 commit 886de0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include *.rst *.txt
1+
include *.rst *.txt pyproject.toml
22
recursive-include hdbscan *.py *.pyx *.pxd *.c
33
recursive-include notebooks *.ipynb *.npy *.svg
44
recursive-include examples *.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def readme():
4747

4848
configuration = {
4949
'name': 'hdbscan',
50-
'version': '0.8.16',
50+
'version': '0.8.17',
5151
'description': 'Clustering based on density with variable density clusters',
5252
'long_description': readme(),
5353
'classifiers': [

0 commit comments

Comments
 (0)