Skip to content

Commit 127cc2d

Browse files
committed
Updated license metadata for PEP 639
1 parent 033f600 commit 127cc2d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 David A Krauth
3+
Copyright (c) 2025 David A Krauth
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[build-system]
2-
requires = ["setuptools >= 61.0"]
2+
requires = ["setuptools >= 77.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "when"
77
dynamic = ["version"]
88
description = "Calculate and convert times across time zones and cities of significant population"
9-
license = { file = "LICENSE" }
9+
license = "MIT"
10+
license-files = ["LICENSE"]
1011
readme = { file = "README.md", content-type = "text/markdown" }
1112
keywords = ["time", "timezone", "timezones"]
1213
authors = [
@@ -16,7 +17,6 @@ requires-python = ">=3.10"
1617
classifiers = [
1718
"Environment :: Console",
1819
"Intended Audience :: Developers",
19-
"License :: OSI Approved :: MIT License",
2020
"Operating System :: POSIX",
2121
"Operating System :: Unix",
2222
"Operating System :: MacOS :: MacOS X",

src/when/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Calculate and convert times across time zones and cities of significant population.
33
"""
44

5-
__version__ = "3.3"
5+
__version__ = "3.3.1"
66
VERSION = tuple(int(i) for i in __version__.split("."))
77

88

0 commit comments

Comments
 (0)