pymol-open-source
pymol-open-source copied to clipboard
Doesn't save the plist using a --record {plist} instructruction
Version 2.4.0
setup.py install --record {plist.txt}
should save a list of files that it installs.
See documentation: https://setuptools.readthedocs.io/en/latest/easy_install.html
We don't use setuptools
, we use distutils
.
That's what I use too. distutils is also supposed to support --record {plist.txt}
.
Previous ticket: https://sourceforge.net/p/pymol/bugs/186/
As I wrote there: patches welcome
Sorry, I am only a package maintainer, and I don't have resources to develop patches.