File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024 David A Krauth
3+ Copyright (c) 2025 David A Krauth
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools >= 61 .0" ]
2+ requires = [" setuptools >= 77 .0" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " when"
77dynamic = [" version" ]
88description = " Calculate and convert times across time zones and cities of significant population"
9- license = { file = " LICENSE" }
9+ license = " MIT"
10+ license-files = [" LICENSE" ]
1011readme = { file = " README.md" , content-type = " text/markdown" }
1112keywords = [" time" , " timezone" , " timezones" ]
1213authors = [
@@ -16,7 +17,6 @@ requires-python = ">=3.10"
1617classifiers = [
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" ,
Original file line number Diff line number Diff line change 22Calculate and convert times across time zones and cities of significant population.
33"""
44
5- __version__ = "3.3"
5+ __version__ = "3.3.1 "
66VERSION = tuple (int (i ) for i in __version__ .split ("." ))
77
88
You can’t perform that action at this time.
0 commit comments