tools-python icon indicating copy to clipboard operation
tools-python copied to clipboard

PyPI v0.7.0a3 tarball contains spdx/parsers/{parser.out,parsetab.py}

Open jayvdb opened this issue 3 years ago • 2 comments

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.

jayvdb avatar Oct 30 '22 04:10 jayvdb

the current 0.7.0 release does not contain these files.

python3 setup.py clean --all as mentioned in the pyproject.toml doesnt remove these files.

we will look into that and make sure that cleaning removes these files

maxhbr avatar Mar 02 '23 08:03 maxhbr