From a0fb734c6dfaf99dafddc8f7d5b13fb6966ee5e6 Mon Sep 17 00:00:00 2001 From: Paco Nathan Date: Wed, 23 Nov 2022 16:05:37 -0800 Subject: [PATCH] adjusting manifest for builds --- MANIFEST.in | 6 ++++++ changelog.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f40c9da..c589aff 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,9 @@ +exclude bin/ +exclude docker/ +exclude docs/ +exclude tests/ +exclude wip/ +exclude *.py include *.md include .pre-commit-hooks.yaml include CITATION diff --git a/changelog.txt b/changelog.txt index 13d26f8..79f5d82 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ # `kglab` changelog -## 0.6.3 +## 0.6.4 2022-11-23