unzip-http icon indicating copy to clipboard operation
unzip-http copied to clipboard

From conda feedstock

Open anjakefala opened this issue 3 years ago • 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.

anjakefala avatar Jun 26 '22 03:06 anjakefala

-        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.

anjakefala avatar Jun 30 '22 06:06 anjakefala