You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
This means that we require the module to be installed so we know the version. This means that _version.py is not used, ever. We can clean up here, and stop generating it:
In #81 @garryod changed to get
__version__fromimportlib.metadata:python3-pip-skeleton/src/python3_pip_skeleton/__init__.py
Lines 1 to 3 in 913fd74
This means that we require the module to be installed so we know the version. This means that
_version.pyis not used, ever. We can clean up here, and stop generating it:python3-pip-skeleton/pyproject.toml
Lines 50 to 51 in 913fd74
and ignoring it:
python3-pip-skeleton/.gitignore
Line 26 in 913fd74
@garryod @GDYendell @gilesknap @AlexanderWells-diamond: any reason we should not do this?