diff --git a/pyproject.toml b/pyproject.toml index 52c68bd..6e26d66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ name = "aibs-informatics-test-resources" authors = [{ name = "AIBS Informatics Group"}] maintainers = [{ name = "AIBS Informatics Group", email = "marmot@alleninstitute.onmicrosoft.com"}] description = "unit test resources for AIBS informatics packages" +readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" } dynamic = ["version"]