An invalid wheel filename was found, users should refer to PEP 427.
| 19 | |
| 20 | |
| 21 | class InvalidWheelFilename(ValueError): |
| 22 | """ |
| 23 | An invalid wheel filename was found, users should refer to PEP 427. |
| 24 | """ |
| 25 | |
| 26 | |
| 27 | class InvalidSdistFilename(ValueError): |
no outgoing calls
no test coverage detected