File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- [build-system ]
2
- requires = [" setuptools>=61" , " setuptools-scm" ]
3
- build-backend = " setuptools.build_meta"
4
-
5
1
[project ]
6
2
name = " geoip2"
7
3
version = " 5.0.1"
@@ -16,13 +12,12 @@ dependencies = [
16
12
]
17
13
requires-python = " >=3.9"
18
14
readme = " README.rst"
19
- license = { text = " Apache License, Version 2.0" }
15
+ license = " Apache- 2.0"
20
16
classifiers = [
21
17
" Development Status :: 5 - Production/Stable" ,
22
18
" Environment :: Web Environment" ,
23
19
" Intended Audience :: Developers" ,
24
20
" Intended Audience :: System Administrators" ,
25
- " License :: OSI Approved :: Apache Software License" ,
26
21
" Programming Language :: Python" ,
27
22
" Programming Language :: Python :: 3" ,
28
23
" Programming Language :: Python :: 3.9" ,
@@ -47,6 +42,13 @@ lint = [
47
42
" ruff>=0.11.6" ,
48
43
]
49
44
45
+ [build-system ]
46
+ requires = [
47
+ " setuptools>=77.0.3" ,
48
+ " setuptools-scm" ,
49
+ ]
50
+ build-backend = " setuptools.build_meta"
51
+
50
52
[tool .ruff .lint ]
51
53
select = [" ALL" ]
52
54
ignore = [
You can’t perform that action at this time.
0 commit comments