summaryrefslogtreecommitdiff
path: root/math/py-hdbscan/files/patch-setup.py
blob: dd9c27940c59f926285403163cf1b626f89fab07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2023-07-18 17:51:04 UTC
+++ setup.py
@@ -85,7 +85,7 @@ configuration = {
     'cmdclass': {'build_ext': CustomBuildExtCommand},
     'test_suite': 'nose.collector',
     'tests_require': ['nose'],
-    'data_files': ('hdbscan/dist_metrics.pxd',)
+    'package_data': {'': ['hdbscan/dist_metrics.pxd']},
 }
 
 if not HAVE_CYTHON: