saulpw/unzip-http

From conda feedstock

anjakefala opened this issue · 1 comments

Can you please file an issue upstream so that the scripts tag is changed to console_scripts entry_points? That would allow it to become noarch and save CI resource.

-        scripts=["unzip-http"],
+        entry_points={'console_scripts': ['unzip-http = unzip-http:startup']},

is not working, because the module unzip-http (name = module:attrs) is not accepted because - (dash) is not accepted in module names. We would need to rename unzip-http or create a file which calls it. Not doing this for this release.