The project root directory is unknown or missing key files.
| 1680 | |
| 1681 | |
| 1682 | class VersioneerBadRootError(Exception): |
| 1683 | """The project root directory is unknown or missing key files.""" |
| 1684 | |
| 1685 | |
| 1686 | def get_versions(verbose=False): |
no outgoing calls
no test coverage detected
searching dependent graphs…