@@ -14,14 +14,28 @@ license = {text = "GPL-3.0-or-later"}
14
14
classifiers = [
15
15
" Intended Audience :: Science/Research" ,
16
16
" Topic :: Scientific/Engineering :: Astronomy" ,
17
+ " Programming Language :: C" ,
17
18
" Programming Language :: Python :: 3" ,
18
- " License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
19
+ " Programming Language :: Python :: 3.7" ,
20
+ " Programming Language :: Python :: 3.8" ,
21
+ " Programming Language :: Python :: 3.9" ,
22
+ " Programming Language :: Python :: 3.10" ,
23
+ " Programming Language :: Python :: 3.11" ,
24
+ " Programming Language :: Python :: 3.12" ,
25
+ " License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ,
26
+ " Operating System :: Microsoft :: Windows" ,
27
+ " Operating System :: POSIX" ,
28
+ " Operating System :: Unix" ,
29
+ " Operating System :: MacOS" ,
19
30
]
20
- requires-python = " >=3"
31
+ requires-python = " >=3.7 "
21
32
dependencies = [
22
33
" numpy" ,
23
34
]
24
35
36
+ [project .urls ]
37
+ source = " https://github.com/jlvdb/balltree.git"
38
+
25
39
[project .optional-dependencies ]
26
40
test = [
27
41
" pytest" ,
0 commit comments