From a99abc0b092c4e7f46a3ace1b6036ab6b2986773 Mon Sep 17 00:00:00 2001 From: crunk Date: Wed, 15 Nov 2023 20:19:07 +0100 Subject: [PATCH] moving towards settings.toml for config --- library/settings.toml | 9 +++++++++ library/templates/base.html | 2 +- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 library/settings.toml diff --git a/library/settings.toml b/library/settings.toml new file mode 100644 index 0000000..f07f9f2 --- /dev/null +++ b/library/settings.toml @@ -0,0 +1,9 @@ +[title] +"Your library title" + +[libaryfilename] +"varlib.csv" + +[readmethod] +"download" + diff --git a/library/templates/base.html b/library/templates/base.html index f6474b0..c7634e5 100644 --- a/library/templates/base.html +++ b/library/templates/base.html @@ -3,7 +3,7 @@ - library library zone + Library collection diff --git a/pyproject.toml b/pyproject.toml index 248223e..4f088ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] line-length = 79 -target-version = ['py37','py38','py39'] +target-version = ['py310','py311'] include = '\.pyi?$' exclude = ''' /(