build: ignore asset files when releasing package

This commit is contained in:
Paul T
2024-04-03 14:46:40 -04:00
committed by Paul T
parent b23f46b9ba
commit 9654d6ef7c

View File

@@ -9,7 +9,7 @@ description = "A modern resume template based on the Awesome-CV Latex template."
keywords = ["CV", "Curriculum Vitae", "Resume", "Minimalistic", "Professional", "Modern"]
categories = ["cv"]
disciplines = []
exclude = ["resume-documentation*", "scripts*"]
exclude = ["resume-documentation*", "scripts*", "assets/images/*"]
homepage = "https://github.com/DeveloperPaul123/modern-cv"
repository = "https://github.com/DeveloperPaul123/modern-cv"