An invalid sdist filename was found, users should refer to the packaging user guide.
| 25 | |
| 26 | |
| 27 | class InvalidSdistFilename(ValueError): |
| 28 | """ |
| 29 | An invalid sdist filename was found, users should refer to the packaging user guide. |
| 30 | """ |
| 31 | |
| 32 | |
| 33 | # Core metadata spec for `Name` |
no outgoing calls
no test coverage detected