From 2050a9a1c53c229f3ff2450cb99beeb52166ca3c Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 18 Jan 2022 16:17:06 +0100 Subject: [PATCH] Add update instruction --- changes/changelog.d/virtualenv.update | 2 ++ pyproject.toml | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 changes/changelog.d/virtualenv.update diff --git a/changes/changelog.d/virtualenv.update b/changes/changelog.d/virtualenv.update new file mode 100644 index 000000000..553aa2145 --- /dev/null +++ b/changes/changelog.d/virtualenv.update @@ -0,0 +1,2 @@ +With this update Funkwhale starts using poetry to maintain its dependencies. We therefore recommend +removing the old virtualenv by running `rm -rf /srv/funkwhale/virtualenv`. diff --git a/pyproject.toml b/pyproject.toml index 75d021050..d0e6839be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,5 +47,10 @@ name = "Removal" showcontent = true + [[tool.towncrier.type]] + directory = "update" + name = "Update instructions" + showcontent = true + [tool.black] exclude = "(.git|.hg|.mypy_cache|.tox|.venv|_build|buck-out|build|dist|migrations|data)"