Automate installation process;
Add command line prompt to set configurations; Update document README.
This commit is contained in:
parent
2cdba527f6
commit
5fd6a6c710
8 changed files with 136 additions and 22 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue