File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 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-
51[project ]
62name = " geoip2"
73version = " 5.0.1"
@@ -16,13 +12,12 @@ dependencies = [
1612]
1713requires-python = " >=3.9"
1814readme = " README.rst"
19- license = { text = " Apache License, Version 2.0" }
15+ license = " Apache- 2.0"
2016classifiers = [
2117 " Development Status :: 5 - Production/Stable" ,
2218 " Environment :: Web Environment" ,
2319 " Intended Audience :: Developers" ,
2420 " Intended Audience :: System Administrators" ,
25- " License :: OSI Approved :: Apache Software License" ,
2621 " Programming Language :: Python" ,
2722 " Programming Language :: Python :: 3" ,
2823 " Programming Language :: Python :: 3.9" ,
@@ -47,6 +42,13 @@ lint = [
4742 " ruff>=0.11.6" ,
4843]
4944
45+ [build-system ]
46+ requires = [
47+ " setuptools>=77.0.3" ,
48+ " setuptools-scm" ,
49+ ]
50+ build-backend = " setuptools.build_meta"
51+
5052[tool .ruff .lint ]
5153select = [" ALL" ]
5254ignore = [
You can’t perform that action at this time.
0 commit comments