Hi, Does Artifactory support Python binary package distribution like wheel, bdist, egg, binary tarball etc...?
I tried building and uploading a numpy wheel binary and it looks like the command worked but I'm not seeing the .whl package file in artifactory. # python3.4 setup.py bdist_wheel register -r artifactory ..... ..... Copying numpy.egg-info to build/bdist.linux-x86_64/wheel/numpy-1.10.4-py3.4.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/numpy-1.10.4.data creating build/bdist.linux-x86_64/wheel/numpy-1.10.4.data/scripts copying build/scripts.linux-x86_64-3.4/f2py3.4 -> build/bdist.linux-x86_64/wheel/numpy-1.10.4.data/scripts changing mode of build/bdist.linux-x86_64/wheel/numpy-1.10.4.data/scripts/f2py3.4 to 755 creating build/bdist.linux-x86_64/wheel/numpy-1.10.4.dist-info/WHEEL running register running check warning: check: missing meta-data: if 'author' supplied, 'author_email' must be supplied too Registering numpy to http://pds-artifactory1:8081/artifactory/api/pypi/pypi-local Server response (200): OK -- View this message in context: http://forums.jfrog.org/Python-wheel-binary-package-tp7580785.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=267308311&iu=/4140 _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
