From 95094477329763f237267ca4517eccff1d08f6a2 Mon Sep 17 00:00:00 2001 From: Chad C Williams Date: Wed, 17 May 2023 12:36:06 -0700 Subject: [PATCH] Updated toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 011614f..b59547d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] # UPDATE THIS BEFORE PUBLISHING -name = "Nearest-Value-Sampler" +name = "Autora-Experimentalist-Sampler-Nearest-Value-Sampler" description = "A sampler which returns the nearest values between the input samples and the allowed values, without replacement." authors = [{ name = "Built by Sebastian Musslick, restructured by Chad Williams", email = "sebastian_musslick@brown.edu" }] dynamic = ["version"] @@ -22,7 +22,7 @@ dev = [ [project.urls] homepage = "http://www.empiricalresearch.ai" -repository = "" +repository = "https://github.com/AutoResearch/autora-experimentalist-sampler-nearest-value-sampler" documentation = "https://autoresearch.github.io/autora/"