mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-27 21:39:17 +02:00
Refactor Moire files.
This commit is contained in:
parent
7ef98325de
commit
d1214bec35
5 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@ __url__ = "https://github.com/enzet/map-machine"
|
|||
__doc_url__ = f"{__url__}/blob/main/README.md"
|
||||
__author__ = "Sergey Vartanov"
|
||||
__email__ = "me@enzet.ru"
|
||||
__version__ = "0.1.3"
|
||||
__version__ = "0.1.4"
|
||||
|
||||
REQUIREMENTS: list[str] = [
|
||||
"CairoSVG>=2.5.0",
|
||||
|
|
|
@ -302,4 +302,5 @@ def convert(input_path: Path, output_path: Path) -> None:
|
|||
|
||||
if __name__ == "__main__":
|
||||
for id_ in "readme", "contributing":
|
||||
convert(Path("doc") / f"{id_}.moi", Path(f"{id_.upper()}.md"))
|
||||
convert(Path("doc") / "moi" / f"{id_}.moi", Path(f"{id_.upper()}.md"))
|
||||
convert(Path("doc") / "moi" / "install.moi", Path("doc") / "INSTALL.md")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue