File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- [build-system ]
2- requires = [" setuptools>=68.2.2" , " setuptools-scm" , " wheel" ]
3- build-backend = " setuptools.build_meta"
4-
51[project ]
62name = " maxminddb"
73version = " 2.6.3"
@@ -11,13 +7,12 @@ authors = [
117]
128requires-python = " >=3.9"
139readme = " README.rst"
14- license = { text = " Apache License, Version 2.0" }
10+ license = " Apache- 2.0"
1511classifiers = [
1612 " Development Status :: 5 - Production/Stable" ,
1713 " Environment :: Web Environment" ,
1814 " Intended Audience :: Developers" ,
1915 " Intended Audience :: System Administrators" ,
20- " License :: OSI Approved :: Apache Software License" ,
2116 " Programming Language :: Python" ,
2217 " Programming Language :: Python :: 3" ,
2318 " Programming Language :: Python :: 3.9" ,
@@ -46,6 +41,14 @@ lint = [
4641 " ruff>=0.11.6" ,
4742]
4843
44+ [build-system ]
45+ requires = [
46+ " setuptools>=77.0.3" ,
47+ " setuptools-scm" ,
48+ " wheel" ,
49+ ]
50+ build-backend = " setuptools.build_meta"
51+
4952[tool .setuptools .package-data ]
5053maxminddb = [" py.typed" ]
5154
You can’t perform that action at this time.
0 commit comments