-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Currently, the version.py file is in <root>/version.py, but the convention for projects using the PTB is for it to be <root>/exasol/transformers_extension/version.py. In order to accommodate this unique structure, the version_filepath in the BaseConfig has been overridden in the noxconfig.py file.
Important Notes
- This can only be done after Change directory structure for source_code to align with the PTB stand #365.
- There is an ongoing request in the PTB if a
version.pyfile is truly needed -> Check if can remove version.py python-toolbox#629. So depending on when this is done, it might be that this change is no longer relevant.
Tasks
- Change where
version.pyis saved - Update the
noxconfig.py - Check & alter any CI pipelines
- Check & alter the
pyproject.toml - Check & alter any documentation
Reactions are currently unavailable