From 0ed5f38b2d1956203a19772789190ea887254d60 Mon Sep 17 00:00:00 2001 From: skim Date: Wed, 5 Jun 2024 11:46:53 -0700 Subject: [PATCH] Fix MANIFEST.in and/or Python dependency filename(s). This commit was auto-generated. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 953557c6..d6e79325 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,8 @@ # Manifest file for the egg include LICENSE -include *.pip include *.md include *.rst include hcl2/hcl2.lark include hcl2/py.typed +include *requirements.txt prune test