Get the short version string for this project.
()
| 1763 | |
| 1764 | |
| 1765 | def get_version(): |
| 1766 | """Get the short version string for this project.""" |
| 1767 | return get_versions()["version"] |
| 1768 | |
| 1769 | |
| 1770 | def get_cmdclass(cmdclass=None): |
nothing calls this directly
no test coverage detected
searching dependent graphs…