The project root directory is unknown or missing key files.
| 1666 | |
| 1667 | |
| 1668 | class VersioneerBadRootError(Exception): |
| 1669 | """The project root directory is unknown or missing key files.""" |
| 1670 | |
| 1671 | |
| 1672 | def get_versions(verbose=False): |
no outgoing calls
no test coverage detected
searching dependent graphs…