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
Tasks
Currently, the
version.pyfile 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, theversion_filepathin theBaseConfighas been overridden in thenoxconfig.pyfile.Important Notes
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
version.pyis savednoxconfig.pypyproject.toml