Skip to content

Commit ad9c7c1

Browse files
authored
Mark types-appdirs as no longer updated (#9877)
1 parent 36515c4 commit ad9c7c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stubs/appdirs/METADATA.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
version = "1.4.*"
2+
no_longer_updated = true
3+
extra_description = """\
4+
The `appdirs` package has been deprecated in favour of the `platformdirs`\
5+
package, which ships with a `py.typed` file. Users should migrate their\
6+
`appdirs` code to use `platformdirs` instead, which will remove the need for\
7+
the `types-appdirs` package.\
8+
"""

0 commit comments

Comments
 (0)