https://bugzilla.redhat.com/show_bug.cgi?id=1353169 --- Comment #14 from José Matos <jamatos@xxxxxxxx> --- (In reply to Neal Gompa from comment #13) > I agree with Igor here. If this can't be used as a Python module, then it > shouldn't be packaged in such a manner. My first reaction was, oh no we are not getting one more time in the argument of python modules versus python applications... :-) In the defense of the python- prefix in the name we can consider that: * nikola is available through pypi.python.org https://pypi.python.org/pypi/Nikola * the package consist mostly of a python module with a script on /usr/bin that is a wrapper that calls the nikola module: if __name__ == '__main__': sys.exit( load_entry_point('Nikola==7.7.12', 'console_scripts', 'nikola')() ) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx