Skip to content

Commit 4239e94

Browse files
[tzdata] Add package stubs (#14997)
1 parent acff00e commit 4239e94

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# These are data-only timezone info files.
2+
tzdata\.zoneinfo.*

stubs/tzdata/METADATA.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
version = "2025.*"
2+
upstream_repository = "https://github.com/python/tzdata"

stubs/tzdata/tzdata/__init__.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from typing import Final
2+
3+
__version__: Final[str]
4+
IANA_VERSION: Final[str]

0 commit comments

Comments
 (0)