Does anybody know how to get Artifactory to read Python licenses? I've created a test-wheel and pushed it to a PyPi repository hosted on Artifactory. I was hoping that Artifactory would find the license - but it won't.
First, I did The Right Thing (tm): I added the license to the package classifiers. Artifactory finds the classifier - but doesn't regard it as a license: <http://forums.jfrog.org/file/n7580832/Classifiers.png> Next I added the license to the setup information. Artifactory finds it - but doesn't regard it as a license: <http://forums.jfrog.org/file/n7580832/Setup.png> Finally, I added a LICENSE.txt to the root of the package. Artifactory finds it - but doesn't regard it as a license: <http://forums.jfrog.org/file/n7580832/Files.png> Unfortunately, despite all these attempts, Artifactory still claims: <http://forums.jfrog.org/file/n7580832/No-license.png> Needless to say, scanning the archive doesn't help. How do you make Artifactory scan licenses - and how do you make Artifactory scan licenses of public PyPi packages? Wasn't license scanning supposed to be one of the selling points of the commercial edition? Regards, Lars -- View this message in context: http://forums.jfrog.org/PyPi-licenses-tp7580832.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
