https://bugzilla.redhat.com/show_bug.cgi?id=1136946 --- Comment #7 from Haïkel Guémar <karlthered@xxxxxxxxx> --- @Alan: as for requirements.txt, it shouldn't be a concern, it's not installed and it's only used by pip and alike. To avoid redundancy in python packaging, it has become a common pratice to do install_requires=open('requirements.txt').read() in setup.py. So I think it's safe to drop it altogether. About the egg-info, as long as they are generated by setup.py, we could leave them altogether. In fact, if we had a package requiring it through the egg interface, we must keep them. -- 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