No metadata file is present in the distribution.
| 69 | |
| 70 | |
| 71 | class MetadataNotFound(FileNotFoundError): |
| 72 | """No metadata file is present in the distribution.""" |
| 73 | |
| 74 | |
| 75 | class Sectioned: |
no outgoing calls
no test coverage detected
searching dependent graphs…