Get the short version string for this project.
()
| 1746 | |
| 1747 | |
| 1748 | def get_version(): |
| 1749 | """Get the short version string for this project.""" |
| 1750 | return get_versions()["version"] |
| 1751 | |
| 1752 | |
| 1753 | def get_cmdclass(cmdclass=None): |
nothing calls this directly
no test coverage detected
searching dependent graphs…