diff --git a/pyproject.toml b/pyproject.toml index f420a0a..fcb6b2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">=3.9.0" dependencies = [ - "fgspectra >= 1.3.0", + "fgspectra>=1.3.0", "syslibrary>=0.2.0", "cobaya>=3.5.4", "sacc>=0.9.0", @@ -36,7 +36,7 @@ notebook = ["jupyter", "camb", "seaborn", "latex2mathml"] [project.urls] Homepage = "https://github.com/simonsobs/LAT_MFLike" -# Documentation = "https://.readthedocs.io" +Documentation = "https://lat-mflike.readthedocs.io" Source = "https://github.com/simonsobs/LAT_MFLike" Tracker = "https://github.com/simonsobs/LAT_MFLike/issues" Licensing = "https://github.com/simonsobs/LAT_MFLike/blob/master/LICENCE"