Skip to content

Commit 9dc6d7d

Browse files
make sure name is capitalized
Co-Authored-By: Jenna Tomkinson <107513215+jenna-tomkinson@users.noreply.github.com>
1 parent 9404f94 commit 9dc6d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
33
requires = [ "setuptools>=64", "setuptools-scm>=8" ]
44

55
[project]
6-
name = "cytodataframe"
6+
name = "CytoDataFrame"
77
description = """\
88
An in-memory data analysis format for single-cell profiles alongside their corresponding images and segmentation \
99
masks.\

0 commit comments

Comments
 (0)