https://bugzilla.redhat.com/show_bug.cgi?id=1058038 --- Comment #13 from Jeff Backus <jeff.backus@xxxxxxxxx> --- (In reply to Pavol Ipoth from comment #11) > about that setup.py, that should be used for module distribution, so > versions of modules and script/module don't have to be same (systeminfo.py > isn't included in module rpm), or? I took a closer look at the documentation for distutils. It looks like you need to add scripts[...] and data_files[...] statements to setup.py to grab systeminfo.py and settings/*, respectively. That way setup.py does all of the heavy lifting. For more information: * http://docs.python.org/2/distutils/setupscript.html#installing-scripts * http://docs.python.org/2/distutils/setupscript.html#installing-additional-files Make sense? -- 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://admin.fedoraproject.org/mailman/listinfo/package-review