File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ class Dict(dict, Static):
140
140
_prevent_modification (Dict , _method , "`dict(value)`" )
141
141
142
142
143
- class SpeficierSet (packaging .specifiers .SpecifierSet , Static ):
143
+ class SpecifierSet (packaging .specifiers .SpecifierSet , Static ):
144
144
"""Not exactly a built-in type but useful for ``requires-python``"""
145
145
146
146
Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ def parsers(self):
657
657
'packages' : self ._parse_packages ,
658
658
'entry_points' : self ._parse_file_in_root ,
659
659
'py_modules' : parse_list ,
660
- 'python_requires' : _static .SpeficierSet , # Core Metadata
660
+ 'python_requires' : _static .SpecifierSet , # Core Metadata
661
661
'cmdclass' : parse_cmdclass ,
662
662
}
663
663
You can’t perform that action at this time.
0 commit comments