pypa / setuptools-scm

the blessed package to manage your versions by scm tags

Home Page:https://setuptools-scm.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include `__all__` in autogenerated `version_file `

jamesbraza opened this issue · comments

With an autogenerated version_file from setuptools_scm==8.1.0, it does not include an __all__.

Thus, my IDE imported TYPE_CHECKING from the version.py instead of from typing.

Can we include an __all__ in the autogenerated version.py file so code inspection won't try to import TYPE_CHECKING

absolutely, i'll take a little while before i can get to it

I went ahead and did it since it's such an quick change. Thanks for accepting the request