Skip to content

Commit 38cf291

Browse files
committed
Include tests with installation. We could live without this, but we would have to figure out how to run the tests from the source code on the installed package.
1 parent 51fd5ed commit 38cf291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)