From 24c5d4f870342318b996dd79feb5793d69672c61 Mon Sep 17 00:00:00 2001 From: Mic Bowman Date: Wed, 30 Oct 2024 11:08:37 -0600 Subject: [PATCH] add newlines to MANIFEST files Signed-off-by: Mic Bowman --- common-contract/MANIFEST | 2 +- common-contract/MANIFEST.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common-contract/MANIFEST b/common-contract/MANIFEST index 403300f..b27f978 100644 --- a/common-contract/MANIFEST +++ b/common-contract/MANIFEST @@ -8,4 +8,4 @@ pdo/contracts/jupyter/groups.py pdo/contracts/jupyter/common_widgets.py pdo/contracts/jupyter/utility.py pdo/contracts/jupyter/keys.py -pdo/contracts/jupyter/__init__.py \ No newline at end of file +pdo/contracts/jupyter/__init__.py diff --git a/common-contract/MANIFEST.in b/common-contract/MANIFEST.in index dfe4b55..3ce81a9 100644 --- a/common-contract/MANIFEST.in +++ b/common-contract/MANIFEST.in @@ -1,4 +1,4 @@ recursive-include ../build/example-contract *.b64 recursive-include etc *.toml recursive-include context *.toml -recursive-include scripts *.psh \ No newline at end of file +recursive-include scripts *.psh