From 319b33167a30576a7d49fa91ee5b936300700ef3 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 27 Nov 2024 23:20:22 +0400 Subject: [PATCH] Fix repo URL in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c440c73..e5f1ad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A python package for reading raw fcs files" authors = ["Eugene Yurtsev "] license = "MIT" readme = "README.rst" -repository = "https://www.github.com/eyurtsev/kor" +repository = "https://github.com/eyurtsev/fcsparser" keywords = ["flow cytometry", "data analysis", "cytometry", "parser", "data"] classifiers = [ "Intended Audience :: Science/Research",