mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Explain the no_longer_updated METADATA field (#8037)
This commit is contained in:
@@ -19,7 +19,15 @@ import re
|
||||
import tomli
|
||||
|
||||
consistent_files = [{"stdlib/@python2/builtins.pyi", "stdlib/@python2/__builtin__.pyi"}]
|
||||
metadata_keys = {"version", "requires", "extra_description", "obsolete_since", "stubtest", "stubtest_apt_dependencies"}
|
||||
metadata_keys = {
|
||||
"version",
|
||||
"requires",
|
||||
"extra_description",
|
||||
"obsolete_since",
|
||||
"no_longer_updated",
|
||||
"stubtest",
|
||||
"stubtest_apt_dependencies",
|
||||
}
|
||||
allowed_files = {"README.md"}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user