tools-python
tools-python copied to clipboard
PyPI v0.7.0a3 tarball contains spdx/parsers/{parser.out,parsetab.py}
The sdist at https://pypi.org/project/spdx-tools/0.7.0a3/#files includes two files spdx/parsers/{parser.out,parsetab.py} which are apparently not part of the source, and these are being installed.
They look like generated artifacts of the tests.
I have generated an sdist with https://github.com/spdx/tools-python/pull/156 , and they are still included in the sdist.
python3 setup.py clean --all as mentioned in the pyproject.toml doesnt remove these files.
the current 0.7.0 release does not contain these files.
python3 setup.py clean --allas mentioned in the pyproject.toml doesnt remove these files.
we will look into that and make sure that cleaning removes these files