From 8308cf7b85ae96e3f1847fdbced4dd57295318bc Mon Sep 17 00:00:00 2001 From: Mark Polk Date: Sun, 13 Oct 2024 01:12:48 -0400 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a64e35..22d6a8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "versioningit~=2.0"] build-backend = "setuptools.build_meta" [project] -name = "fluorescence-assay" +name = "fluorescence_assay" description = "Parse, analyze, model, and visualize data from fluorescence assay." dynamic = ["version"] readme = "README.md"