Skip to content

Commit 28f83a9

Browse files
committed
Switch to new pyproject.toml license format
1 parent fdf7850 commit 28f83a9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pyproject.toml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[build-system]
2-
requires = ["setuptools>=61", "setuptools-scm"]
3-
build-backend = "setuptools.build_meta"
4-
51
[project]
62
name = "geoip2"
73
version = "5.0.1"
@@ -16,13 +12,12 @@ dependencies = [
1612
]
1713
requires-python = ">=3.9"
1814
readme = "README.rst"
19-
license = {text = "Apache License, Version 2.0"}
15+
license = "Apache-2.0"
2016
classifiers = [
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]
5153
select = ["ALL"]
5254
ignore = [

0 commit comments

Comments
 (0)