diff --git a/pyproject.toml b/pyproject.toml index a78c4cb..b73ea48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ianalyzer_readers" -version = "0.0.0" +version = "0.1.0" authors = [ {name="Utrecht University, Centre for Digital Humanities - Research Software Lab", email="cdh@uu.nl"} ] @@ -31,6 +31,7 @@ classifiers = [ [project.urls] Repository = "https://github.com/UUDigitalHumanitieslab/I-analyzer" +Documentation = "https://ianalyzer-readers.readthedocs.io/" [project.optional-dependencies] dev = ['pytest', 'mkdocs', 'mkdocstrings-python']