From ededb88d5703618d3eb976e124c32b7695a07227 Mon Sep 17 00:00:00 2001 From: Daniel Clarke Date: Fri, 2 Jun 2023 10:52:58 -0400 Subject: [PATCH] Fixup MANIFEST to include cookiecutter --- MANIFEST.in | 5 +++-- appyter/VERSION | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9a660eaf..044166bc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include README.md LICENSE appyter/VERSION requirements.txt requirements.production.txt -recursive-exclude * __pycache__ *.pyc *.vscode -recursive-include appyter appyter/helpers/cookiecutter/**/* *.j2 *.js *.css *.eot *.svg *.ttf *.woff *.woff2 +global-exclude *.pyc *.vscode +recursive-include appyter *.j2 *.js *.css *.eot *.svg *.ttf *.woff *.woff2 +recursive-include appyter/helpers/cookiecutter * \ No newline at end of file diff --git a/appyter/VERSION b/appyter/VERSION index bbce8e06..fdd51d4b 100644 --- a/appyter/VERSION +++ b/appyter/VERSION @@ -1 +1 @@ -0.19.20 \ No newline at end of file +0.19.21 \ No newline at end of file