From 95796978ac209de07e707eae8a8c2d4b1b2c7a55 Mon Sep 17 00:00:00 2001 From: m-lueb <114507987+m-lueb@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:05:37 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 19ed760..f17ce63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta" [project] name = "mocca2" -version = "0.1.11" +version = "0.1.12" authors = [ { name="Jan Oboril", email="jan.oboril@gmail.com" }, ] description = "MOCCA2 is an open-source Python project to analyze HPLC-DAD raw data" -readme = "README.md" +readme = "readme.md" requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3",