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 #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 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 #156 , and they are still included in the sdist.
python3 setup.py clean --allas mentioned in the pyproject.toml doesnt remove these files.