Automate installation process;

Add command line prompt to set configurations;
Update document README.
This commit is contained in:
Schimon Jehudah, Adv. 2024-11-20 17:21:26 +02:00
parent 2cdba527f6
commit 5fd6a6c710
8 changed files with 136 additions and 22 deletions

View file

@ -37,6 +37,7 @@ keywords = [
dependencies = [
"beautifulsoup4",
"fastapi",
"gmcapsule",
"lxml",
"markdown",
# "markdown-text-clean",
@ -59,4 +60,4 @@ rivista = "rivista.__main__:main"
platforms = ["any"]
[tool.setuptools.package-data]
"*" = ["*.toml"]
"*" = ["*.css", "*.js", "*.ico", "*.png", "*.svg", "*.toml", "*.xsl"]