remove dist-info in pyz
This commit is contained in:
		
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							@@ -13,6 +13,7 @@ build: clean requirements.txt
 | 
				
			|||||||
	python3 -m pip install -r requirements.txt --target build
 | 
						python3 -m pip install -r requirements.txt --target build
 | 
				
			||||||
	cp -r mail4one/ build/
 | 
						cp -r mail4one/ build/
 | 
				
			||||||
	python3 -m compileall build/mail4one -f
 | 
						python3 -m compileall build/mail4one -f
 | 
				
			||||||
 | 
						rm -rf build/*.dist-info
 | 
				
			||||||
	python3 -m zipapp \
 | 
						python3 -m zipapp \
 | 
				
			||||||
		--output mail4one.pyz \
 | 
							--output mail4one.pyz \
 | 
				
			||||||
		--python "/usr/bin/env python3" \
 | 
							--python "/usr/bin/env python3" \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user