aio-libs / aiomysql

aiomysql is a library for accessing a MySQL database from the asyncio
https://aiomysql.rtfd.io
MIT License
1.76k stars 256 forks source link

setuptools_scm version 7 generates an incorrect version number for wheels #809

Open Nothing4You opened 2 years ago

Nothing4You commented 2 years ago

when switching to setuptools_scm version 7 we can also drop the dependency on setuptools_scm_git_archive, as the functionality is now provided in setuptools_scm` directly.

for the archive functionality it also has a different .git_archival.txt template than what we currently use, we should probably update that: https://github.com/pypa/setuptools_scm#builtin-mechanisms-for-obtaining-version-numbers

Nothing4You commented 2 years ago

raised https://github.com/pypa/setuptools_scm/issues/745