From a72062910e607a0d2c7ddbbde3d181a9c5053c65 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 26 Nov 2023 21:23:11 +0000 Subject: [PATCH] feat: add tests and edit docs --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 745545d..5b446da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,8 @@ description = "Import Bibtex publications and Jupyter Notebook blog posts into y version = "0.11.2" authors = ["George Cushen"] readme = "README.md" -homepage = "https://research.dev/" -documentation = "https://university.research.dev/" +homepage = "https://hugoblox.com/" +documentation = "https://docs.hugoblox.com/reference/content-types/" repository = "https://github.com/GetRD/academic-file-converter" keywords = ["research", "Jupyter", "bibtex", "markdown", "latex", "publication", "reference", "academic", "converter"] license = "MIT"