From cbabcc042e61099d2dc7627c838ccf71a7d139aa Mon Sep 17 00:00:00 2001 From: derekpierre Date: Wed, 31 Jul 2024 14:14:52 -0400 Subject: [PATCH] Remove trailing slash used for acumen path in Manifest. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 909c3b99b..7b069c8cb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,4 +13,4 @@ recursive-include nucypher/blockchain/eth/contract_registry *.json recursive-include nucypher/policy/conditions *.json recursive-include nucypher/network/templates *.html *.mako recursive-exclude nucypher/utilities/templates *.html *.mako -recursive-include nucypher/acumen/ *.json +recursive-include nucypher/acumen *.json