phylophlan icon indicating copy to clipboard operation
phylophlan copied to clipboard

set.py long description file name variation

Open erinpnewcomer opened this issue 2 years ago • 1 comments

Hi! The setup.py file calls the file 'readme.md' for the long description, but that file doesn't exist in the PyPi tarball. A similar file called PKG-INFO exists instead. I found this because I was creating a Spack package and the build failed for the Pypi version, but not the Github version.

erinpnewcomer avatar Jul 07 '22 20:07 erinpnewcomer

Hi and sorry for the late reply. So, I looked around, and potentially that could be due to the wrong handling of markdown files. So I just added a .gitattributes file (0fb5cc022ac2ad52d7adeaaf130346c5bf996267) that might solve the issue, I'll check this with the next release. Thank you very much for reporting this and please, let me know if you should have any updates on this topic.

Many thanks, Francesco

fasnicar avatar Sep 15 '22 09:09 fasnicar