From 73e5f641894325eb96dc07192683dfb65fcd886a Mon Sep 17 00:00:00 2001 From: jurra Date: Wed, 20 Sep 2023 15:45:31 +0200 Subject: [PATCH] ammend --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4fe13f..7aa90fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,6 @@ name = "pymurtree" version = "0.0.1" description = "Python bindings for MurTree C++ library" readme = "README.md" -long_description = {file = "README.md"} -long_description_content_type = "text/markdown" keywords = ["MurTree", "Optimal decision tree", "Python bindings"] authors = [ @@ -45,7 +43,7 @@ authors = [ classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", - "Operating System :: Linux" + "Operating System :: POSIX :: Linux", ] dependencies = [