Skip to content

Commit e4346ae

Browse files
authored
Merge pull request #191 from rlhelinski/dist-wheels
Include Tests for Distributing Wheels
2 parents 51fd5ed + c9438ba commit e4346ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def readme():
4747

4848
configuration = {
4949
'name': 'hdbscan',
50-
'version': '0.8.12',
50+
'version': '0.8.13rc1',
5151
'description': 'Clustering based on density with variable density clusters',
5252
'long_description': readme(),
5353
'classifiers': [
@@ -71,7 +71,7 @@ def readme():
7171
'maintainer': 'Leland McInnes',
7272
'maintainer_email': '[email protected]',
7373
'license': 'BSD',
74-
'packages': ['hdbscan'],
74+
'packages': ['hdbscan', 'hdbscan.tests'],
7575
'install_requires': ['numpy',
7676
'scikit-learn>=0.16',
7777
'cython >= 0.17'],

0 commit comments

Comments
 (0)