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
refactor: remove redundant version parsing from setup.py
setuptools automatically reads version from pyproject.toml's
tool.setuptools.dynamic.version configuration. Manual regex
parsing was unnecessary duplication.
0 commit comments