File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2024 David A Krauth
3
+ Copyright (c) 2025 David A Krauth
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools >= 61 .0" ]
2
+ requires = [" setuptools >= 77 .0" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " when"
7
7
dynamic = [" version" ]
8
8
description = " Calculate and convert times across time zones and cities of significant population"
9
- license = { file = " LICENSE" }
9
+ license = " MIT"
10
+ license-files = [" LICENSE" ]
10
11
readme = { file = " README.md" , content-type = " text/markdown" }
11
12
keywords = [" time" , " timezone" , " timezones" ]
12
13
authors = [
@@ -16,7 +17,6 @@ requires-python = ">=3.10"
16
17
classifiers = [
17
18
" Environment :: Console" ,
18
19
" Intended Audience :: Developers" ,
19
- " License :: OSI Approved :: MIT License" ,
20
20
" Operating System :: POSIX" ,
21
21
" Operating System :: Unix" ,
22
22
" Operating System :: MacOS :: MacOS X" ,
Original file line number Diff line number Diff line change 2
2
Calculate and convert times across time zones and cities of significant population.
3
3
"""
4
4
5
- __version__ = "3.3"
5
+ __version__ = "3.3.1 "
6
6
VERSION = tuple (int (i ) for i in __version__ .split ("." ))
7
7
8
8
You can’t perform that action at this time.
0 commit comments