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 = ''' /(