From 24fd9c18025a38f2e8bd840a488fdc5858048fc2 Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 7 Feb 2021 18:34:52 +0000 Subject: [PATCH] removed GCP key from package --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 21b306b..e044ef2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,6 @@ authors = ["andy "] readme = "README.md" homepage = "https://music.sarsoo.xyz/" repository = "https://github.com/Sarsoo/Music-Tools" -packages = [ - { include = "service.json" }, -] [tool.poetry.scripts] backend-dev = 'music.music:start'