We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99b7b0 commit 95b06eaCopy full SHA for 95b06ea
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.2", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-version = "3.2.0"
+version = "3.2.1"
7
name = "personnummer"
8
description = "Validate Swedish personal identity numbers"
9
license = { file = "./LICENSE" }
@@ -16,8 +16,8 @@ classifiers = [
16
]
17
18
[project.urls]
19
-homepage = "https://personnummer.dev"
20
-repository = "https://github.com/personnummer/python"
+Homepage = "https://personnummer.dev"
+Repository = "https://github.com/personnummer/python"
21
22
[project.entry-points."console_scripts"]
23
personnummer = "personnummer.main:main"
0 commit comments