blob: f4543efbf20c0e6280f57fe711b235dd316a5f25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- pyproject.toml.orig 2025-05-05 19:38:52 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "geoip2"
+name = "GeoIP2"
version = "5.1.0"
description = "MaxMind GeoIP2 API"
authors = [
@@ -12,7 +12,7 @@ readme = "README.rst"
]
requires-python = ">=3.9"
readme = "README.rst"
-license = "Apache-2.0"
+license = {file = "LICENSE"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
|