Mark types-appdirs as no longer updated (#9877)

This commit is contained in:
Alex Waygood
2023-03-13 15:36:44 +00:00
committed by GitHub
parent 36515c48a9
commit ad9c7c1d0c

View File

@@ -1 +1,8 @@
version = "1.4.*"
no_longer_updated = true
extra_description = """\
The `appdirs` package has been deprecated in favour of the `platformdirs`\
package, which ships with a `py.typed` file. Users should migrate their\
`appdirs` code to use `platformdirs` instead, which will remove the need for\
the `types-appdirs` package.\
"""