Add update instruction
This commit is contained in:
parent
b30d3d400a
commit
2050a9a1c5
|
@ -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`.
|
|
@ -47,5 +47,10 @@
|
||||||
name = "Removal"
|
name = "Removal"
|
||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
|
[[tool.towncrier.type]]
|
||||||
|
directory = "update"
|
||||||
|
name = "Update instructions"
|
||||||
|
showcontent = true
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
exclude = "(.git|.hg|.mypy_cache|.tox|.venv|_build|buck-out|build|dist|migrations|data)"
|
exclude = "(.git|.hg|.mypy_cache|.tox|.venv|_build|buck-out|build|dist|migrations|data)"
|
||||||
|
|
Loading…
Reference in New Issue