packaging: remove legacy .egg references from Makefile.com#429
packaging: remove legacy .egg references from Makefile.com#429abubakarsabir924-cell wants to merge 1 commit intoOpenPrinting:masterfrom
Conversation
0b3a208 to
a97b297
Compare
|
Hi @tillkamppeter Sir, I have updated the Pull Request. I've commented out the legacy .egg and egg-info references in Makefile.am as requested. Also, I've cleaned up the indentation to ensure the PR is neat. Please have a look. Thank you |
|
Can one not just delete these lines instead of commenting them out? |
a97b297 to
820a3f8
Compare
|
Hi @tillkamppeter ! I have deleted the legacy lines as suggested. To be honest, I was initially cautious and only commented them out because I didn't want to accidentally break anything in such a major organization. I wanted to move step-by-step to ensure total accuracy, as it is my dream to work with you and the OpenPrinting team for GSoC. The PR is now clean and ready for review. Thank you for your guidance |
|
Hi @tillkamppeter Sir, I have officially submitted my final project proposal on the GSoC portal today. I have included the detailed 12-week timeline and referenced my contributions to this PR. I'm really excited about the possibility of working with the OpenPrinting team. Thank you for your guidance throughout this initial phase! |
This PR addresses the request by Till Kamppeter to clean up legacy Python packaging references. I have commented out the .egg and egg-info cleanup rules in Makefile.am as they are no longer required for modern build systems.