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
Current SSOT is .__version__ defined in __init__.py. This makes packaging locally less than ideal as the default version will always be zero.
We threw this together after realizing that no poetry plugins supported it -- but it really doesn't need poetry
It's suggested that we make the pyproject the SSOT and update __init__ to use the metadata submodule of importlib. Package is build with the version number from pyproj, and when processed by sherlock, it's pulled at runtime from whatever the created bin/entry is (in theory)
Description
Current SSOT is .__version__ defined in __init__.py. This makes packaging locally less than ideal as the default version will always be zero.
We threw this together after realizing that no poetry plugins supported it -- but it really doesn't need poetry
It's suggested that we make the pyproject the SSOT and update __init__ to use the metadata submodule of importlib. Package is build with the version number from pyproj, and when processed by sherlock, it's pulled at runtime from whatever the created bin/entry is (in theory)
Code of Conduct
The text was updated successfully, but these errors were encountered: