https://bugzilla.redhat.com/show_bug.cgi?id=1722843
Robert-André Mauchin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Robert-André Mauchin <[email protected]> --- - Please read https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ to see how to package Python library: you should have a python-%{pypi_name} main package and a Python 3 python3-%{pypi_name} subpackage - Use pyp2rpm to help you: pyp2rpm -b3 happinesspacket_schema - You must install the license file with %license in %files and you should install the README file with %doc: %license LICENSE %doc README - Use %{pypi_source}: Source0: %{pypi_source} - Include your email in the %changelog entry: * Sun May 26 2019 Shraddha Agrawal <[email protected]> - 0.1.2-1 -- 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 -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
